#FBF9EE

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

Shades of Ivory #FBF9EE

Tints of Ivory #FBF9EE

Color information

#FBF9EE (or 0xFBF9EE) is unknown color: approx Ivory. HEX triplet: FB, F9 and EE. RGB value is (251,249,238). Sum of RGB (Red+Green+Blue) = 251+249+238=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 238 (93.36% from 255 or 32.25% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9EE is #040611. Grayscale: #F8F8F8. Windows color (decimal): -263698 or 15661563. OLE color: 15661563.

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

Color convert

RGB251249238-
CMYK00.010.050.02
HSL50.77º61.9%95.88%-
HSV(B)50.77º5.18%98.43%-
XYZ89.0994.4394.42-
YUV248.34122.16129.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 238 (93.36% from 255) = 32.25%
R=34.01%
G=33.74%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124923800.010.050.0250.7761.995.88
HexFBF9EE0152333e60
Octal37337135601526376140
Binary11111011111110011110111001101101100111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9EE; }

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

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

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

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

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

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

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

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