#FEFAED

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

Shades of Floral White #FEFAED

Tints of Floral White #FEFAED

Color information

#FEFAED (or 0xFEFAED) is unknown color: approx Floral White. HEX triplet: FE, FA and ED. RGB value is (254,250,237). Sum of RGB (Red+Green+Blue) = 254+250+237=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 237 (92.97% from 255 or 31.98% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAED is #010512. Grayscale: #F9F9F9. Windows color (decimal): -66835 or 15596286. OLE color: 15596286.

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

Color convert

RGB254250237-
CMYK00.020.070.00
HSL45.88º89.47%96.27%-
HSV(B)45.88º6.69%99.61%-
XYZ90.3495.5693.8-
YUV249.71120.83131.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 250 (98.05% from 255) = 33.74%
BLUE value IS 237 (92.97% from 255) = 31.98%
R=34.28%
G=33.74%
B=31.98%

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
Decimal25425023700.020.070.0045.8889.4796.27
HexFEFAED02702e5960
Octal376372355027056131140
Binary111111101111101011101101010111010111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAED; }

 p { color: rgb(254,250,237); }

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

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

 a { background-color: rgb(254,250,237); }

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

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

 span { border-color: rgb(254,250,237); }

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