#FBFAF3

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

Shades of Ivory #FBFAF3

Tints of Ivory #FBFAF3

Color information

#FBFAF3 (or 0xFBFAF3) is unknown color: approx Ivory. HEX triplet: FB, FA and F3. RGB value is (251,250,243). Sum of RGB (Red+Green+Blue) = 251+250+243=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 243 (95.31% from 255 or 32.66% from 744); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF3 is #04050C. Grayscale: #F9F9F9. Windows color (decimal): -263437 or 15989499. OLE color: 15989499.

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

Color convert

RGB251250243-
CMYK00.000.030.02
HSL52.5º50%96.86%-
HSV(B)52.5º3.19%98.43%-
XYZ90.1595.3598.45-
YUV249.5124.33129.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.74%
GREEN value IS 250 (98.05% from 255) = 33.60%
BLUE value IS 243 (95.31% from 255) = 32.66%
R=33.74%
G=33.60%
B=32.66%

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
Decimal25125024300.000.030.0252.55096.86
HexFBFAF30032343261
Octal37337236300326462141
Binary1111101111111010111100110011101101001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAF3; }

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

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

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

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

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

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

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

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