#FCDDCB

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

Shades of Karry #FCDDCB

Tints of Karry #FCDDCB

Color information

#FCDDCB (or 0xFCDDCB) is unknown color: approx Karry. HEX triplet: FC, DD and CB. RGB value is (252,221,203). Sum of RGB (Red+Green+Blue) = 252+221+203=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCB is #032234. Grayscale: #E4E4E4. Windows color (decimal): -205365 or 13360636. OLE color: 13360636.

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

Color convert

RGB252221203-
CMYK00.120.190.01
HSL22.04º89.09%89.22%-
HSV(B)22.04º19.44%98.82%-
XYZ76.7876.7267.26-
YUV228.22113.77144.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 203 (79.69% from 255) = 30.03%
R=37.28%
G=32.69%
B=30.03%

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
Decimal25222120300.120.190.0122.0489.0989.22
HexFCDDCB0C131165959
Octal37433531301423126131131
Binary111111001101110111001011011001001111011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDCB; }

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

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

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

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

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

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

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

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