#FBFBED

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

Shades of Ivory #FBFBED

Tints of Ivory #FBFBED

Color information

#FBFBED (or 0xFBFBED) is unknown color: approx Ivory. HEX triplet: FB, FB and ED. RGB value is (251,251,237). Sum of RGB (Red+Green+Blue) = 251+251+237=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 237 (92.97% from 255 or 32.07% from 739); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBED is #040412. Grayscale: #F9F9F9. Windows color (decimal): -263187 or 15596539. OLE color: 15596539.

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

Color convert

RGB251251237-
CMYK000.060.02
HSL60º63.64%95.69%-
HSV(B)60º5.58%98.43%-
XYZ89.5795.6293.86-
YUV249.4121129.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.96%
GREEN value IS 251 (98.44% from 255) = 33.96%
BLUE value IS 237 (92.97% from 255) = 32.07%
R=33.96%
G=33.96%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251237000.060.026063.6495.69
HexFBFBED00623c4060
Octal373373355006274100140
Binary111110111111101111101101001101011110010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBED; }

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

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

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

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

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

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

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

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