#FCDBD3

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

Shades of Pippin #FCDBD3

Tints of Pippin #FCDBD3

Color information

#FCDBD3 (or 0xFCDBD3) is unknown color: approx Pippin. HEX triplet: FC, DB and D3. RGB value is (252,219,211). Sum of RGB (Red+Green+Blue) = 252+219+211=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD3 is #03242C. Grayscale: #E4E4E4. Windows color (decimal): -205869 or 13884412. OLE color: 13884412.

HSL color Cylindrical-coordinate representation of color #FCDBD3: hue angle of 11.71º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCDBD3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252219211-
CMYK00.130.160.01
HSL11.71º87.23%90.78%-
HSV(B)11.71º16.27%98.82%-
XYZ77.2376.0672.24-
YUV227.96118.43145.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 211 (82.81% from 255) = 30.94%
R=36.95%
G=32.11%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221921100.130.160.0111.7187.2390.78
HexFCDBD30D101c575b
Octal37433332301520114127133
Binary11111100110110111101001101101100001110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBD3; }

 p { color: rgb(252,219,211); }

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

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

 a { background-color: rgb(252,219,211); }

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

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

 span { border-color: rgb(252,219,211); }

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