#FCF7EE

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

Shades of Floral White #FCF7EE

Tints of Floral White #FCF7EE

Color information

#FCF7EE (or 0xFCF7EE) is unknown color: approx Floral White. HEX triplet: FC, F7 and EE. RGB value is (252,247,238). Sum of RGB (Red+Green+Blue) = 252+247+238=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 247 (96.88% from 255 or 33.51% from 737); Blue value is 238 (93.36% from 255 or 32.29% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7EE is #030811. Grayscale: #F7F7F7. Windows color (decimal): -198674 or 15661052. OLE color: 15661052.

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

Color convert

RGB252247238-
CMYK00.020.060.01
HSL38.57º70%96.08%-
HSV(B)38.57º5.56%98.82%-
XYZ88.8493.3994.23-
YUV247.47122.66131.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.19%
GREEN value IS 247 (96.88% from 255) = 33.51%
BLUE value IS 238 (93.36% from 255) = 32.29%
R=34.19%
G=33.51%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224723800.020.060.0138.577096.08
HexFCF7EE0261274660
Octal374367356026147106140
Binary111111001111011111101110010110110011110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7EE; }

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

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

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

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

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

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

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

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