#FBFAF0

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

Shades of Ivory #FBFAF0

Tints of Ivory #FBFAF0

Color information

#FBFAF0 (or 0xFBFAF0) is unknown color: approx Ivory. HEX triplet: FB, FA and F0. RGB value is (251,250,240). Sum of RGB (Red+Green+Blue) = 251+250+240=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 240 (94.14% from 255 or 32.39% from 741); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF0 is #04050F. Grayscale: #F9F9F9. Windows color (decimal): -263440 or 15792891. OLE color: 15792891.

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

Color convert

RGB251250240-
CMYK00.000.040.02
HSL54.55º57.89%96.27%-
HSV(B)54.55º4.38%98.43%-
XYZ89.795.1796.08-
YUV249.16122.83129.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.87%
GREEN value IS 250 (98.05% from 255) = 33.74%
BLUE value IS 240 (94.14% from 255) = 32.39%
R=33.87%
G=33.74%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125024000.000.040.0254.5557.8996.27
HexFBFAF00042373a60
Octal37337236000426772140
Binary11111011111110101111000000100101101111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAF0; }

 p { color: rgb(251,250,240); }

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

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

 a { background-color: rgb(251,250,240); }

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

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

 span { border-color: rgb(251,250,240); }

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