#FDFBE6

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

Shades of Chilean Heath #FDFBE6

Tints of Chilean Heath #FDFBE6

Color information

#FDFBE6 (or 0xFDFBE6) is unknown color: approx Chilean Heath. HEX triplet: FD, FB and E6. RGB value is (253,251,230). Sum of RGB (Red+Green+Blue) = 253+251+230=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 251 (98.44% from 255 or 34.20% from 734); Blue value is 230 (90.23% from 255 or 31.34% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBE6 is #020419. Grayscale: #F9F9F9. Windows color (decimal): -132122 or 15137789. OLE color: 15137789.

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

Color convert

RGB253251230-
CMYK00.010.090.01
HSL54.78º85.19%94.71%-
HSV(B)54.78º9.09%99.22%-
XYZ89.2995.5988.61-
YUV249.2117.16130.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.47%
GREEN value IS 251 (98.44% from 255) = 34.20%
BLUE value IS 230 (90.23% from 255) = 31.34%
R=34.47%
G=34.20%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325123000.010.090.0154.7885.1994.71
HexFDFBE6019137555f
Octal3753733460111167125137
Binary111111011111101111100110011001111011110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBE6; }

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

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

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

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

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

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

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

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