#FCE1CC

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

Shades of Karry #FCE1CC

Tints of Karry #FCE1CC

Color information

#FCE1CC (or 0xFCE1CC) is unknown color: approx Karry. HEX triplet: FC, E1 and CC. RGB value is (252,225,204). Sum of RGB (Red+Green+Blue) = 252+225+204=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1CC is #031E33. Grayscale: #E6E6E6. Windows color (decimal): -204340 or 13427196. OLE color: 13427196.

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

Color convert

RGB252225204-
CMYK00.110.190.01
HSL26.25º88.89%89.41%-
HSV(B)26.25º19.05%98.82%-
XYZ77.9778.9168.25-
YUV230.68112.95143.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=37.00%
G=33.04%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222520400.110.190.0126.2588.8989.41
HexFCE1CC0B1311a5959
Octal37434131401323132131131
Binary111111001110000111001100010111001111101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1CC; }

 p { color: rgb(252,225,204); }

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

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

 a { background-color: rgb(252,225,204); }

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

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

 span { border-color: rgb(252,225,204); }

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