#FBFBF0

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

Shades of Ivory #FBFBF0

Tints of Ivory #FBFBF0

Color information

#FBFBF0 (or 0xFBFBF0) is unknown color: approx Ivory. HEX triplet: FB, FB and F0. RGB value is (251,251,240). Sum of RGB (Red+Green+Blue) = 251+251+240=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 240 (94.14% from 255 or 32.35% from 742); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF0 is #04040F. Grayscale: #F9F9F9. Windows color (decimal): -263184 or 15793147. OLE color: 15793147.

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

Color convert

RGB251251240-
CMYK000.040.02
HSL60º57.89%96.27%-
HSV(B)60º4.38%98.43%-
XYZ90.0195.7996.18-
YUV249.75122.5128.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.83%
GREEN value IS 251 (98.44% from 255) = 33.83%
BLUE value IS 240 (94.14% from 255) = 32.35%
R=33.83%
G=33.83%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251240000.040.026057.8996.27
HexFBFBF000423c3a60
Octal37337336000427472140
Binary11111011111110111111000000100101111001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBF0; }

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

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

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

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

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

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

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

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