#FBF8DF

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

Shades of Chilean Heath #FBF8DF

Tints of Chilean Heath #FBF8DF

Color information

#FBF8DF (or 0xFBF8DF) is unknown color: approx Chilean Heath. HEX triplet: FB, F8 and DF. RGB value is (251,248,223). Sum of RGB (Red+Green+Blue) = 251+248+223=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8DF is #040720. Grayscale: #F6F6F6. Windows color (decimal): -263969 or 14678267. OLE color: 14678267.

HSL color Cylindrical-coordinate representation of color #FBF8DF: hue angle of 53.57º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBF8DF is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251248223-
CMYK00.010.110.02
HSL53.57º77.78%92.94%-
HSV(B)53.57º11.16%98.43%-
XYZ86.6792.9783.19-
YUV246.05114.99131.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 248 (97.27% from 255) = 34.35%
BLUE value IS 223 (87.5% from 255) = 30.89%
R=34.76%
G=34.35%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124822300.010.110.0253.5777.7892.94
HexFBF8DF01B2364e5d
Octal3733703370113266116135
Binary1111101111111000110111110110111011011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8DF; }

 p { color: rgb(251,248,223); }

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

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

 a { background-color: rgb(251,248,223); }

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

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

 span { border-color: rgb(251,248,223); }

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