#FEF9EC

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

Shades of Floral White #FEF9EC

Tints of Floral White #FEF9EC

Color information

#FEF9EC (or 0xFEF9EC) is unknown color: approx Floral White. HEX triplet: FE, F9 and EC. RGB value is (254,249,236). Sum of RGB (Red+Green+Blue) = 254+249+236=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 236 (92.58% from 255 or 31.94% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9EC is #010613. Grayscale: #F9F9F9. Windows color (decimal): -67092 or 15530494. OLE color: 15530494.

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

Color convert

RGB254249236-
CMYK00.020.070.00
HSL43.33º90%96.08%-
HSV(B)43.33º7.09%99.61%-
XYZ89.8994.8892.93-
YUV249.01120.66131.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.37%
GREEN value IS 249 (97.66% from 255) = 33.69%
BLUE value IS 236 (92.58% from 255) = 31.94%
R=34.37%
G=33.69%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424923600.020.070.0043.339096.08
HexFEF9EC02702b5a60
Octal376371354027053132140
Binary111111101111100111101100010111010101110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9EC; }

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

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

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

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

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

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

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

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