#FCF9EB

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

Shades of Alabaster #FCF9EB

Tints of Alabaster #FCF9EB

Color information

#FCF9EB (or 0xFCF9EB) is unknown color: approx Alabaster. HEX triplet: FC, F9 and EB. RGB value is (252,249,235). Sum of RGB (Red+Green+Blue) = 252+249+235=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 249 (97.66% from 255 or 33.83% from 736); Blue value is 235 (92.19% from 255 or 31.93% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9EB is #030614. Grayscale: #F8F8F8. Windows color (decimal): -198165 or 15464956. OLE color: 15464956.

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

Color convert

RGB252249235-
CMYK00.010.070.01
HSL49.41º73.91%95.49%-
HSV(B)49.41º6.75%98.82%-
XYZ89.0294.4492.14-
YUV248.3120.49130.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.24%
GREEN value IS 249 (97.66% from 255) = 33.83%
BLUE value IS 235 (92.19% from 255) = 31.93%
R=34.24%
G=33.83%
B=31.93%

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
Decimal25224923500.010.070.0149.4173.9195.49
HexFCF9EB0171314a5f
Octal374371353017161112137
Binary11111100111110011110101101111111000110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9EB; }

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

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

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

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

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

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

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

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