Html Css Color HEX #FCF8EC Floral White

📋 copy color: '#FCF8EC'

red 252 ◦ green 248 ◦ blue 236

#FCF8EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Floral White #FCF8EC

Tints of Floral White #FCF8EC

RGB

 RED value IS 252 (98.83% from 255) = 34.24%

 GREEN value IS 248 (97.27% from 255) = 33.7%

 BLUE value IS 236 (92.58% from 255) = 32.07%

R = 34.24%
G = 33.7%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCF8EC (or 0xFCF8EC) is known color: Floral White. HEX triplet: FC, F8 and EC. RGB value is (252,248,236). Sum of RGB (Red+Green+Blue) = 252+248+236=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 236 (92.58% from 255 or 32.07% from 736); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8EC is #030713. Grayscale: #F7F7F7. Windows color (decimal): -198420 or 15530236. OLE color: 15530236.

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

Color convert

RGB 252 248 236 -
CMYK 0 0.02 0.06 0.01
HSL 45º 0.73% 0.96% -
HSV(B) 45º 0.06% 0.99% -
XYZ 88.85 93.89 92.8 -
YUV 247.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 252 248 236 0 0.02 0.06 0.01 45 0.73 0.96
Hex FC F8 EC 0 2 6 1 2D 49 60
Octal 374 370 354 0 2 6 1 55 111 140
Binary 11111100 11111000 11101100 0 10 110 1 101101 1001001 1100000

Color Harmonies of #FCF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8EC

Black with #FCF8EC

Text Example


Text Example

White with #FCF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF8EC; }

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

 H1.HeaderClassName
 {
   color: #FCF8EC;
 }
 .AnyTagClassName
 {
   color: #FCF8EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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