#FBFCEB

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

Shades of Ivory #FBFCEB

Tints of Ivory #FBFCEB

Color information

#FBFCEB (or 0xFBFCEB) is unknown color: approx Ivory. HEX triplet: FB, FC and EB. RGB value is (251,252,235). Sum of RGB (Red+Green+Blue) = 251+252+235=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 235 (92.19% from 255 or 31.84% from 738); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCEB is #040314. Grayscale: #F9F9F9. Windows color (decimal): -262933 or 15465723. OLE color: 15465723.

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

Color convert

RGB251252235-
CMYK0.0000.070.01
HSL63.53º73.91%95.49%-
HSV(B)63.53º6.75%98.82%-
XYZ89.5996.1392.43-
YUV249.76119.67128.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 252 (98.83% from 255) = 34.15%
BLUE value IS 235 (92.19% from 255) = 31.84%
R=34.01%
G=34.15%
B=31.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522350.0000.070.0163.5373.9195.49
HexFBFCEB0071404a5f
Octal3733743530071100112137
Binary111110111111110011101011001111100000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCEB; }

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

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

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

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

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

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

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

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