#FEF7EC

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

Shades of Floral White #FEF7EC

Tints of Floral White #FEF7EC

Color information

#FEF7EC (or 0xFEF7EC) is unknown color: approx Floral White. HEX triplet: FE, F7 and EC. RGB value is (254,247,236). Sum of RGB (Red+Green+Blue) = 254+247+236=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 247 (96.88% from 255 or 33.51% from 737); Blue value is 236 (92.58% from 255 or 32.02% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7EC is #010813. Grayscale: #F7F7F7. Windows color (decimal): -67604 or 15529982. OLE color: 15529982.

HSL color Cylindrical-coordinate representation of color #FEF7EC: hue angle of 36.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF7EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254247236-
CMYK00.030.070.00
HSL36.67º90%96.08%-
HSV(B)36.67º7.09%99.61%-
XYZ89.2793.6592.73-
YUV247.84121.32132.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.46%
GREEN value IS 247 (96.88% from 255) = 33.51%
BLUE value IS 236 (92.58% from 255) = 32.02%
R=34.46%
G=33.51%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424723600.030.070.0036.679096.08
HexFEF7EC0370255a60
Octal376367354037045132140
Binary111111101111011111101100011111010010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7EC; }

 p { color: rgb(254,247,236); }

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

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

 a { background-color: rgb(254,247,236); }

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

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

 span { border-color: rgb(254,247,236); }

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