#FCF9EE

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

Shades of Floral White #FCF9EE

Tints of Floral White #FCF9EE

Color information

#FCF9EE (or 0xFCF9EE) is unknown color: approx Floral White. HEX triplet: FC, F9 and EE. RGB value is (252,249,238). Sum of RGB (Red+Green+Blue) = 252+249+238=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 238 (93.36% from 255 or 32.21% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9EE is #030611. Grayscale: #F8F8F8. Windows color (decimal): -198162 or 15661564. OLE color: 15661564.

HSL color Cylindrical-coordinate representation of color #FCF9EE: hue angle of 47.14º degrees, saturation: 0.7, 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 #FCF9EE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252249238-
CMYK00.010.060.01
HSL47.14º70%96.08%-
HSV(B)47.14º5.56%98.82%-
XYZ89.4594.6294.44-
YUV248.64121.99130.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 249 (97.66% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 32.21%
R=34.10%
G=33.69%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224923800.010.060.0147.147096.08
HexFCF9EE01612f4660
Octal374371356016157106140
Binary11111100111110011110111001110110111110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9EE; }

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

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

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

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

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

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

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

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