#FBFBEA

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

Shades of Ivory #FBFBEA

Tints of Ivory #FBFBEA

Color information

#FBFBEA (or 0xFBFBEA) is unknown color: approx Ivory. HEX triplet: FB, FB and EA. RGB value is (251,251,234). Sum of RGB (Red+Green+Blue) = 251+251+234=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 234 (91.80% from 255 or 31.79% from 736); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEA is #040415. Grayscale: #F9F9F9. Windows color (decimal): -263190 or 15399931. OLE color: 15399931.

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

Color convert

RGB251251234-
CMYK000.070.02
HSL60º68%95.1%-
HSV(B)60º6.77%98.43%-
XYZ89.1395.4491.57-
YUV249.06119.5129.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 251 (98.44% from 255) = 34.10%
BLUE value IS 234 (91.80% from 255) = 31.79%
R=34.10%
G=34.10%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251234000.070.02606895.1
HexFBFBEA00723c445f
Octal373373352007274104137
Binary111110111111101111101010001111011110010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBEA; }

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

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

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

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

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

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

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

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