#FBFBF1

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

Shades of Ivory #FBFBF1

Tints of Ivory #FBFBF1

Color information

#FBFBF1 (or 0xFBFBF1) is unknown color: approx Ivory. HEX triplet: FB, FB and F1. RGB value is (251,251,241). Sum of RGB (Red+Green+Blue) = 251+251+241=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 241 (94.53% from 255 or 32.44% from 743); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF1 is #04040E. Grayscale: #F9F9F9. Windows color (decimal): -263183 or 15858683. OLE color: 15858683.

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

Color convert

RGB251251241-
CMYK000.040.02
HSL60º55.56%96.47%-
HSV(B)60º3.98%98.43%-
XYZ90.1695.8596.97-
YUV249.86123128.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.78%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 241 (94.53% from 255) = 32.44%
R=33.78%
G=33.78%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251241000.040.026055.5696.47
HexFBFBF100423c3860
Octal37337336100427470140
Binary11111011111110111111000100100101111001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBF1; }

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

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

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

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

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

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

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

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