#FCE0CA

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

Shades of Karry #FCE0CA

Tints of Karry #FCE0CA

Color information

#FCE0CA (or 0xFCE0CA) is unknown color: approx Karry. HEX triplet: FC, E0 and CA. RGB value is (252,224,202). Sum of RGB (Red+Green+Blue) = 252+224+202=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0CA is #031F35. Grayscale: #E5E5E5. Windows color (decimal): -204598 or 13295868. OLE color: 13295868.

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

Color convert

RGB252224202-
CMYK00.110.200.01
HSL26.4º89.29%89.02%-
HSV(B)26.4º19.84%98.82%-
XYZ77.4678.2766.9-
YUV229.86112.28143.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=37.17%
G=33.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222420200.110.200.0126.489.2989.02
HexFCE0CA0B1411a5959
Octal37434031201324132131131
Binary111111001110000011001010010111010011101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0CA; }

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

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

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

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

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

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

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

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