#FBFAED

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

Shades of Ivory #FBFAED

Tints of Ivory #FBFAED

Color information

#FBFAED (or 0xFBFAED) is unknown color: approx Ivory. HEX triplet: FB, FA and ED. RGB value is (251,250,237). Sum of RGB (Red+Green+Blue) = 251+250+237=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 237 (92.97% from 255 or 32.11% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAED is #040512. Grayscale: #F8F8F8. Windows color (decimal): -263443 or 15596283. OLE color: 15596283.

HSL color Cylindrical-coordinate representation of color #FBFAED: hue angle of 55.71º 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 #FBFAED is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251250237-
CMYK00.000.060.02
HSL55.71º63.64%95.69%-
HSV(B)55.71º5.58%98.43%-
XYZ89.2694.9993.75-
YUV248.82121.33129.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 237 (92.97% from 255) = 32.11%
R=34.01%
G=33.88%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125023700.000.060.0255.7163.6495.69
HexFBFAED0062384060
Octal373372355006270100140
Binary111110111111101011101101001101011100010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAED; }

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

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

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

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

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

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

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

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