#FBFCE9

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

Shades of Ivory #FBFCE9

Tints of Ivory #FBFCE9

Color information

#FBFCE9 (or 0xFBFCE9) is unknown color: approx Ivory. HEX triplet: FB, FC and E9. RGB value is (251,252,233). Sum of RGB (Red+Green+Blue) = 251+252+233=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 233 (91.41% from 255 or 31.66% from 736); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCE9 is #040316. Grayscale: #F9F9F9. Windows color (decimal): -262935 or 15334651. OLE color: 15334651.

HSL color Cylindrical-coordinate representation of color #FBFCE9: hue angle of 63.16º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FBFCE9 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB251252233-
CMYK0.0000.080.01
HSL63.16º76%95.1%-
HSV(B)63.16º7.54%98.82%-
XYZ89.396.0190.92-
YUV249.53118.67129.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 233 (91.41% from 255) = 31.66%
R=34.10%
G=34.24%
B=31.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522330.0000.080.0163.167695.1
HexFBFCE900813f4c5f
Octal3733743510010177114137
Binary111110111111110011101001001000111111110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCE9; }

 p { color: rgb(251,252,233); }

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

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

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

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

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

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

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