#FBFBF8

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

Shades of Ivory #FBFBF8

Tints of Ivory #FBFBF8

Color information

#FBFBF8 (or 0xFBFBF8) is unknown color: approx Ivory. HEX triplet: FB, FB and F8. RGB value is (251,251,248). Sum of RGB (Red+Green+Blue) = 251+251+248=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 248 (97.27% from 255 or 33.07% from 750); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF8 is #040407. Grayscale: #FAFAFA. Windows color (decimal): -263176 or 16317435. OLE color: 16317435.

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

Color convert

RGB251251248-
CMYK000.010.02
HSL60º27.27%97.84%-
HSV(B)60º1.2%98.43%-
XYZ91.2296.28102.58-
YUV250.66126.5128.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.47%
GREEN value IS 251 (98.44% from 255) = 33.47%
BLUE value IS 248 (97.27% from 255) = 33.07%
R=33.47%
G=33.47%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251248000.010.026027.2797.84
HexFBFBF800123c1b62
Octal37337337000127433142
Binary11111011111110111111100000110111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBF8; }

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

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

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

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

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

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

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

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