#FBFBF4

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

Shades of Ivory #FBFBF4

Tints of Ivory #FBFBF4

Color information

#FBFBF4 (or 0xFBFBF4) is unknown color: approx Ivory. HEX triplet: FB, FB and F4. RGB value is (251,251,244). Sum of RGB (Red+Green+Blue) = 251+251+244=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 251 (98.44% from 255 or 33.65% from 746); Blue value is 244 (95.70% from 255 or 32.71% from 746); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF4 is #04040B. Grayscale: #FAFAFA. Windows color (decimal): -263180 or 16055291. OLE color: 16055291.

HSL color Cylindrical-coordinate representation of color #FBFBF4: hue angle of 60º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBFBF4 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251251244-
CMYK000.030.02
HSL60º46.67%97.06%-
HSV(B)60º2.79%98.43%-
XYZ90.6196.0499.35-
YUV250.2124.5128.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 251 (98.44% from 255) = 33.65%
BLUE value IS 244 (95.70% from 255) = 32.71%
R=33.65%
G=33.65%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251244000.030.026046.6797.06
HexFBFBF400323c2f61
Octal37337336400327457141
Binary1111101111111011111101000011101111001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBF4; }

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

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

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

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

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

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

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

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