#FBF9DF

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

Shades of Chilean Heath #FBF9DF

Tints of Chilean Heath #FBF9DF

Color information

#FBF9DF (or 0xFBF9DF) is unknown color: approx Chilean Heath. HEX triplet: FB, F9 and DF. RGB value is (251,249,223). Sum of RGB (Red+Green+Blue) = 251+249+223=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 223 (87.5% from 255 or 30.84% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9DF is #040620. Grayscale: #F6F6F6. Windows color (decimal): -263713 or 14678523. OLE color: 14678523.

HSL color Cylindrical-coordinate representation of color #FBF9DF: hue angle of 55.71º 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 #FBF9DF is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251249223-
CMYK00.010.110.02
HSL55.71º77.78%92.94%-
HSV(B)55.71º11.16%98.43%-
XYZ86.9893.5983.29-
YUV246.63114.66131.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 249 (97.66% from 255) = 34.44%
BLUE value IS 223 (87.5% from 255) = 30.84%
R=34.72%
G=34.44%
B=30.84%

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
Decimal25124922300.010.110.0255.7177.7892.94
HexFBF9DF01B2384e5d
Octal3733713370113270116135
Binary1111101111111001110111110110111011100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9DF; }

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

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

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

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

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

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

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

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