#FBFBE9

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

Shades of Ivory #FBFBE9

Tints of Ivory #FBFBE9

Color information

#FBFBE9 (or 0xFBFBE9) is unknown color: approx Ivory. HEX triplet: FB, FB and E9. RGB value is (251,251,233). Sum of RGB (Red+Green+Blue) = 251+251+233=735 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.15% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 233 (91.41% from 255 or 31.70% from 735); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBE9 is #040416. Grayscale: #F9F9F9. Windows color (decimal): -263191 or 15334395. OLE color: 15334395.

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

Color convert

RGB251251233-
CMYK000.070.02
HSL60º69.23%94.9%-
HSV(B)60º7.17%98.43%-
XYZ88.9995.3990.81-
YUV248.95119129.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.15%
GREEN value IS 251 (98.44% from 255) = 34.15%
BLUE value IS 233 (91.41% from 255) = 31.70%
R=34.15%
G=34.15%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251233000.070.026069.2394.9
HexFBFBE900723c455f
Octal373373351007274105137
Binary111110111111101111101001001111011110010001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBE9; }

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

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

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

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

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

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

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

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