#FCF8EA

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

Shades of Floral White #FCF8EA

Tints of Floral White #FCF8EA

Color information

#FCF8EA (or 0xFCF8EA) is unknown color: approx Floral White. HEX triplet: FC, F8 and EA. RGB value is (252,248,234). Sum of RGB (Red+Green+Blue) = 252+248+234=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 234 (91.80% from 255 or 31.88% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8EA is #030715. Grayscale: #F7F7F7. Windows color (decimal): -198422 or 15399164. OLE color: 15399164.

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

Color convert

RGB252248234-
CMYK00.020.070.01
HSL46.67º75%95.29%-
HSV(B)46.67º7.14%98.82%-
XYZ88.5693.7791.27-
YUV247.6120.33131.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 248 (97.27% from 255) = 33.79%
BLUE value IS 234 (91.80% from 255) = 31.88%
R=34.33%
G=33.79%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224823400.020.070.0146.677595.29
HexFCF8EA02712f4b5f
Octal374370352027157113137
Binary111111001111100011101010010111110111110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8EA; }

 p { color: rgb(252,248,234); }

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

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

 a { background-color: rgb(252,248,234); }

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

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

 span { border-color: rgb(252,248,234); }

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