#FBF9ED

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

Shades of Ivory #FBF9ED

Tints of Ivory #FBF9ED

Color information

#FBF9ED (or 0xFBF9ED) is unknown color: approx Ivory. HEX triplet: FB, F9 and ED. RGB value is (251,249,237). Sum of RGB (Red+Green+Blue) = 251+249+237=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9ED is #040612. Grayscale: #F8F8F8. Windows color (decimal): -263699 or 15596027. OLE color: 15596027.

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

Color convert

RGB251249237-
CMYK00.010.060.02
HSL51.43º63.64%95.69%-
HSV(B)51.43º5.58%98.43%-
XYZ88.9594.3893.65-
YUV248.23121.66129.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.06%
GREEN value IS 249 (97.66% from 255) = 33.79%
BLUE value IS 237 (92.97% from 255) = 32.16%
R=34.06%
G=33.79%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124923700.010.060.0251.4363.6495.69
HexFBF9ED0162334060
Octal373371355016263100140
Binary111110111111100111101101011101011001110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9ED; }

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

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

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

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

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

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

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

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