#FBFAF1

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

Shades of Ivory #FBFAF1

Tints of Ivory #FBFAF1

Color information

#FBFAF1 (or 0xFBFAF1) is unknown color: approx Ivory. HEX triplet: FB, FA and F1. RGB value is (251,250,241). Sum of RGB (Red+Green+Blue) = 251+250+241=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 241 (94.53% from 255 or 32.48% from 742); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF1 is #04050E. Grayscale: #F9F9F9. Windows color (decimal): -263439 or 15858427. OLE color: 15858427.

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

Color convert

RGB251250241-
CMYK00.000.040.02
HSL54º55.56%96.47%-
HSV(B)54º3.98%98.43%-
XYZ89.8595.2396.87-
YUV249.27123.33129.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.83%
GREEN value IS 250 (98.05% from 255) = 33.69%
BLUE value IS 241 (94.53% from 255) = 32.48%
R=33.83%
G=33.69%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125024100.000.040.025455.5696.47
HexFBFAF10042363860
Octal37337236100426670140
Binary11111011111110101111000100100101101101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAF1; }

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

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

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

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

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

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

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

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