#FCE0C8

Color #FCE0C8 Karry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karry #FCE0C8

Tints of Karry #FCE0C8

Color information

#FCE0C8 (or 0xFCE0C8) is unknown color: approx Karry. HEX triplet: FC, E0 and C8. RGB value is (252,224,200). Sum of RGB (Red+Green+Blue) = 252+224+200=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0C8 is #031F37. Grayscale: #E5E5E5. Windows color (decimal): -204600 or 13164796. OLE color: 13164796.

HSL color Cylindrical-coordinate representation of color #FCE0C8: hue angle of 27.69º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCE0C8 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252224200-
CMYK00.110.210.01
HSL27.69º89.66%88.63%-
HSV(B)27.69º20.63%98.82%-
XYZ77.2378.1865.66-
YUV229.64111.28143.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 224 (87.89% from 255) = 33.14%
BLUE value IS 200 (78.52% from 255) = 29.59%
R=37.28%
G=33.14%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222420000.110.210.0127.6989.6688.63
HexFCE0C80B1511c5a59
Octal37434031001325134132131
Binary111111001110000011001000010111010111110010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0C8; }

 p { color: rgb(252,224,200); }

 H1.HeaderClassName
 {
   color: #FCE0C8;
 }
 .AnyTagClassName
 {
   color: #FCE0C8;
 }
</style>
background-color css

<style>
 a { background-color: #FCE0C8; }

 a { background-color: rgb(252,224,200); }

 div.DivClassName
 {
   background-color: #FCE0C8;
 }
 .BgClassName
 {
   background-color: #FCE0C8;
 }
</style>
border-color css

<style>
 span { border-color: #FCE0C8; }

 span { border-color: rgb(252,224,200); }

 td.TdClassName
 {
   border-color: #FCE0C8;
 }
 .TagClassName
 {
   border-color: #FCE0C8;
 }
</style>