#FCDFCB

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

Shades of Karry #FCDFCB

Tints of Karry #FCDFCB

Color information

#FCDFCB (or 0xFCDFCB) is unknown color: approx Karry. HEX triplet: FC, DF and CB. RGB value is (252,223,203). Sum of RGB (Red+Green+Blue) = 252+223+203=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCB is #032034. Grayscale: #E5E5E5. Windows color (decimal): -204853 or 13361148. OLE color: 13361148.

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

Color convert

RGB252223203-
CMYK00.120.190.01
HSL24.49º89.09%89.22%-
HSV(B)24.49º19.44%98.82%-
XYZ77.3177.7867.44-
YUV229.39113.11144.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 203 (79.69% from 255) = 29.94%
R=37.17%
G=32.89%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222320300.120.190.0124.4989.0989.22
HexFCDFCB0C131185959
Octal37433731301423130131131
Binary111111001101111111001011011001001111100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFCB; }

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

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

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

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

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

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

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

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