#FBF7DA

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

Shades of Chilean Heath #FBF7DA

Tints of Chilean Heath #FBF7DA

Color information

#FBF7DA (or 0xFBF7DA) is unknown color: approx Chilean Heath. HEX triplet: FB, F7 and DA. RGB value is (251,247,218). Sum of RGB (Red+Green+Blue) = 251+247+218=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7DA is #040825. Grayscale: #F5F5F5. Windows color (decimal): -264230 or 14350331. OLE color: 14350331.

HSL color Cylindrical-coordinate representation of color #FBF7DA: hue angle of 52.73º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBF7DA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251247218-
CMYK00.020.130.02
HSL52.73º80.49%91.96%-
HSV(B)52.73º13.15%98.43%-
XYZ85.792.0979.59-
YUV244.89112.83132.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 247 (96.88% from 255) = 34.50%
BLUE value IS 218 (85.55% from 255) = 30.45%
R=35.06%
G=34.50%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124721800.020.130.0252.7380.4991.96
HexFBF7DA02D235505c
Octal3733673320215265120134
Binary11111011111101111101101001011011011010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7DA; }

 p { color: rgb(251,247,218); }

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

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

 a { background-color: rgb(251,247,218); }

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

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

 span { border-color: rgb(251,247,218); }

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