#FBFAF4

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

Shades of Ivory #FBFAF4

Tints of Ivory #FBFAF4

Color information

#FBFAF4 (or 0xFBFAF4) is unknown color: approx Ivory. HEX triplet: FB, FA and F4. RGB value is (251,250,244). Sum of RGB (Red+Green+Blue) = 251+250+244=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 244 (95.70% from 255 or 32.75% from 745); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF4 is #04050B. Grayscale: #F9F9F9. Windows color (decimal): -263436 or 16055035. OLE color: 16055035.

HSL color Cylindrical-coordinate representation of color #FBFAF4: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBFAF4 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251250244-
CMYK00.000.030.02
HSL51.43º46.67%97.06%-
HSV(B)51.43º2.79%98.43%-
XYZ90.395.4199.25-
YUV249.61124.83128.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.69%
GREEN value IS 250 (98.05% from 255) = 33.56%
BLUE value IS 244 (95.70% from 255) = 32.75%
R=33.69%
G=33.56%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125024400.000.030.0251.4346.6797.06
HexFBFAF40032332f61
Octal37337236400326357141
Binary1111101111111010111101000011101100111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAF4; }

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

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

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

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

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

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

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

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