#FCDECA

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

Shades of Karry #FCDECA

Tints of Karry #FCDECA

Color information

#FCDECA (or 0xFCDECA) is unknown color: approx Karry. HEX triplet: FC, DE and CA. RGB value is (252,222,202). Sum of RGB (Red+Green+Blue) = 252+222+202=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDECA is #032135. Grayscale: #E4E4E4. Windows color (decimal): -205110 or 13295356. OLE color: 13295356.

HSL color Cylindrical-coordinate representation of color #FCDECA: hue angle of 24º 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 #FCDECA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252222202-
CMYK00.120.200.01
HSL24º89.29%89.02%-
HSV(B)24º19.84%98.82%-
XYZ76.9377.266.72-
YUV228.69112.94144.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 202 (79.30% from 255) = 29.88%
R=37.28%
G=32.84%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222220200.120.200.012489.2989.02
HexFCDECA0C141185959
Octal37433631201424130131131
Binary111111001101111011001010011001010011100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDECA; }

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

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

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

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

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

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

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

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