#FCF9ED

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

Shades of Floral White #FCF9ED

Tints of Floral White #FCF9ED

Color information

#FCF9ED (or 0xFCF9ED) is unknown color: approx Floral White. HEX triplet: FC, F9 and ED. RGB value is (252,249,237). Sum of RGB (Red+Green+Blue) = 252+249+237=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 237 (92.97% from 255 or 32.11% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9ED is #030612. Grayscale: #F8F8F8. Windows color (decimal): -198163 or 15596028. OLE color: 15596028.

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

Color convert

RGB252249237-
CMYK00.010.060.01
HSL48º71.43%95.88%-
HSV(B)48º5.95%98.82%-
XYZ89.3194.5693.67-
YUV248.53121.49130.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.15%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 237 (92.97% from 255) = 32.11%
R=34.15%
G=33.74%
B=32.11%

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
Decimal25224923700.010.060.014871.4395.88
HexFCF9ED0161304760
Octal374371355016160107140
Binary11111100111110011110110101110111000010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9ED; }

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

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

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

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

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

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

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

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