#FDFBDC

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

Shades of Chilean Heath #FDFBDC

Tints of Chilean Heath #FDFBDC

Color information

#FDFBDC (or 0xFDFBDC) is unknown color: approx Chilean Heath. HEX triplet: FD, FB and DC. RGB value is (253,251,220). Sum of RGB (Red+Green+Blue) = 253+251+220=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 220 (86.33% from 255 or 30.39% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBDC is #020423. Grayscale: #F8F8F8. Windows color (decimal): -132132 or 14482429. OLE color: 14482429.

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

Color convert

RGB253251220-
CMYK00.010.130.01
HSL56.36º89.19%92.75%-
HSV(B)56.36º13.04%99.22%-
XYZ87.9295.0481.42-
YUV248.06112.16131.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 251 (98.44% from 255) = 34.67%
BLUE value IS 220 (86.33% from 255) = 30.39%
R=34.94%
G=34.67%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325122000.010.130.0156.3689.1992.75
HexFDFBDC01D138595d
Octal3753733340115170131135
Binary111111011111101111011100011101111100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBDC; }

 p { color: rgb(253,251,220); }

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

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

 a { background-color: rgb(253,251,220); }

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

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

 span { border-color: rgb(253,251,220); }

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