#FBFBF3

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

Shades of Ivory #FBFBF3

Tints of Ivory #FBFBF3

Color information

#FBFBF3 (or 0xFBFBF3) is unknown color: approx Ivory. HEX triplet: FB, FB and F3. RGB value is (251,251,243). Sum of RGB (Red+Green+Blue) = 251+251+243=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 251 (98.44% from 255 or 33.69% from 745); Blue value is 243 (95.31% from 255 or 32.62% from 745); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF3 is #04040C. Grayscale: #FAFAFA. Windows color (decimal): -263181 or 15989755. OLE color: 15989755.

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

Color convert

RGB251251243-
CMYK000.030.02
HSL60º50%96.86%-
HSV(B)60º3.19%98.43%-
XYZ90.4695.9798.55-
YUV250.09124128.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.69%
GREEN value IS 251 (98.44% from 255) = 33.69%
BLUE value IS 243 (95.31% from 255) = 32.62%
R=33.69%
G=33.69%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251243000.030.02605096.86
HexFBFBF300323c3261
Octal37337336300327462141
Binary1111101111111011111100110011101111001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBF3; }

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

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

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

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

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

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

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

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