#FCE0C7

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

Shades of Karry #FCE0C7

Tints of Karry #FCE0C7

Color information

#FCE0C7 (or 0xFCE0C7) is unknown color: approx Karry. HEX triplet: FC, E0 and C7. RGB value is (252,224,199). Sum of RGB (Red+Green+Blue) = 252+224+199=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0C7 is #031F38. Grayscale: #E5E5E5. Windows color (decimal): -204601 or 13099260. OLE color: 13099260.

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

Color convert

RGB252224199-
CMYK00.110.210.01
HSL28.3º89.83%88.43%-
HSV(B)28.3º21.03%98.82%-
XYZ77.1178.1365.05-
YUV229.52110.78144.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 224 (87.89% from 255) = 33.19%
BLUE value IS 199 (78.12% from 255) = 29.48%
R=37.33%
G=33.19%
B=29.48%

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
Decimal25222419900.110.210.0128.389.8388.43
HexFCE0C70B1511c5a58
Octal37434030701325134132130
Binary111111001110000011000111010111010111110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0C7; }

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

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

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

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

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

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

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

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