#FCDFCA

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

Shades of Karry #FCDFCA

Tints of Karry #FCDFCA

Color information

#FCDFCA (or 0xFCDFCA) is unknown color: approx Karry. HEX triplet: FC, DF and CA. RGB value is (252,223,202). Sum of RGB (Red+Green+Blue) = 252+223+202=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCA is #032035. Grayscale: #E5E5E5. Windows color (decimal): -204854 or 13295612. OLE color: 13295612.

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

Color convert

RGB252223202-
CMYK00.120.200.01
HSL25.2º89.29%89.02%-
HSV(B)25.2º19.84%98.82%-
XYZ77.1977.7466.81-
YUV229.28112.61144.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=37.22%
G=32.94%
B=29.84%

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
Decimal25222320200.120.200.0125.289.2989.02
HexFCDFCA0C141195959
Octal37433731201424131131131
Binary111111001101111111001010011001010011100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFCA; }

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

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

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

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

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

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

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

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