#FBFCEC

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

Shades of Ivory #FBFCEC

Tints of Ivory #FBFCEC

Color information

#FBFCEC (or 0xFBFCEC) is unknown color: approx Ivory. HEX triplet: FB, FC and EC. RGB value is (251,252,236). Sum of RGB (Red+Green+Blue) = 251+252+236=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 236 (92.58% from 255 or 31.94% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCEC is #040313. Grayscale: #F9F9F9. Windows color (decimal): -262932 or 15531259. OLE color: 15531259.

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

Color convert

RGB251252236-
CMYK0.0000.060.01
HSL63.75º72.73%95.69%-
HSV(B)63.75º6.35%98.82%-
XYZ89.7396.1993.19-
YUV249.88120.17128.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.96%
GREEN value IS 252 (98.83% from 255) = 34.10%
BLUE value IS 236 (92.58% from 255) = 31.94%
R=33.96%
G=34.10%
B=31.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522360.0000.060.0163.7572.7395.69
HexFBFCEC0061404960
Octal3733743540061100111140
Binary111110111111110011101100001101100000010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCEC; }

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

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

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

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

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

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

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

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