#FBFBEE

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

Shades of Ivory #FBFBEE

Tints of Ivory #FBFBEE

Color information

#FBFBEE (or 0xFBFBEE) is unknown color: approx Ivory. HEX triplet: FB, FB and EE. RGB value is (251,251,238). Sum of RGB (Red+Green+Blue) = 251+251+238=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 238 (93.36% from 255 or 32.16% from 740); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEE is #040411. Grayscale: #F9F9F9. Windows color (decimal): -263186 or 15662075. OLE color: 15662075.

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

Color convert

RGB251251238-
CMYK000.050.02
HSL60º61.9%95.88%-
HSV(B)60º5.18%98.43%-
XYZ89.7195.6894.63-
YUV249.52121.5129.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.92%
GREEN value IS 251 (98.44% from 255) = 33.92%
BLUE value IS 238 (93.36% from 255) = 32.16%
R=33.92%
G=33.92%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251238000.050.026061.995.88
HexFBFBEE00523c3e60
Octal37337335600527476140
Binary11111011111110111110111000101101111001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBEE; }

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

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

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

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

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

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

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

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