#FEF9EA

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

Shades of Floral White #FEF9EA

Tints of Floral White #FEF9EA

Color information

#FEF9EA (or 0xFEF9EA) is unknown color: approx Floral White. HEX triplet: FE, F9 and EA. RGB value is (254,249,234). Sum of RGB (Red+Green+Blue) = 254+249+234=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 234 (91.80% from 255 or 31.75% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9EA is #010615. Grayscale: #F8F8F8. Windows color (decimal): -67094 or 15399422. OLE color: 15399422.

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

Color convert

RGB254249234-
CMYK00.020.080.00
HSL45º90.91%95.69%-
HSV(B)45º7.87%99.61%-
XYZ89.694.7691.41-
YUV248.78119.66131.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.46%
GREEN value IS 249 (97.66% from 255) = 33.79%
BLUE value IS 234 (91.80% from 255) = 31.75%
R=34.46%
G=33.79%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424923400.020.080.004590.9195.69
HexFEF9EA02802d5b60
Octal3763713520210055133140
Binary1111111011111001111010100101000010110110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9EA; }

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

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

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

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

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

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

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

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