#FCFAEB

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

Shades of Ivory #FCFAEB

Tints of Ivory #FCFAEB

Color information

#FCFAEB (or 0xFCFAEB) is unknown color: approx Ivory. HEX triplet: FC, FA and EB. RGB value is (252,250,235). Sum of RGB (Red+Green+Blue) = 252+250+235=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 235 (92.19% from 255 or 31.89% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAEB is #030514. Grayscale: #F8F8F8. Windows color (decimal): -197909 or 15465212. OLE color: 15465212.

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

Color convert

RGB252250235-
CMYK00.010.070.01
HSL52.94º73.91%95.49%-
HSV(B)52.94º6.75%98.82%-
XYZ89.3395.0692.24-
YUV248.89120.16130.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.19%
GREEN value IS 250 (98.05% from 255) = 33.92%
BLUE value IS 235 (92.19% from 255) = 31.89%
R=34.19%
G=33.92%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225023500.010.070.0152.9473.9195.49
HexFCFAEB0171354a5f
Octal374372353017165112137
Binary11111100111110101110101101111111010110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAEB; }

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

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

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

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

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

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

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

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