#FEF9EB

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

Shades of Floral White #FEF9EB

Tints of Floral White #FEF9EB

Color information

#FEF9EB (or 0xFEF9EB) is unknown color: approx Floral White. HEX triplet: FE, F9 and EB. RGB value is (254,249,235). Sum of RGB (Red+Green+Blue) = 254+249+235=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 235 (92.19% from 255 or 31.84% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9EB is #010614. Grayscale: #F8F8F8. Windows color (decimal): -67093 or 15464958. OLE color: 15464958.

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

Color convert

RGB254249235-
CMYK00.020.070.00
HSL44.21º90.48%95.88%-
HSV(B)44.21º7.48%99.61%-
XYZ89.7494.8292.17-
YUV248.9120.16131.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 235 (92.19% from 255) = 31.84%
R=34.42%
G=33.74%
B=31.84%

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
Decimal25424923500.020.070.0044.2190.4895.88
HexFEF9EB02702c5a60
Octal376371353027054132140
Binary111111101111100111101011010111010110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9EB; }

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

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

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

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

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

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

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

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