#FEFAEE

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

Shades of Floral White #FEFAEE

Tints of Floral White #FEFAEE

Color information

#FEFAEE (or 0xFEFAEE) is unknown color: approx Floral White. HEX triplet: FE, FA and EE. RGB value is (254,250,238). Sum of RGB (Red+Green+Blue) = 254+250+238=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 238 (93.36% from 255 or 32.08% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAEE is #010511. Grayscale: #F9F9F9. Windows color (decimal): -66834 or 15661822. OLE color: 15661822.

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

Color convert

RGB254250238-
CMYK00.020.060.00
HSL45º88.89%96.47%-
HSV(B)45º6.3%99.61%-
XYZ90.4995.6294.58-
YUV249.83121.33130.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.23%
GREEN value IS 250 (98.05% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 32.08%
R=34.23%
G=33.69%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425023800.020.060.004588.8996.47
HexFEFAEE02602d5960
Octal376372356026055131140
Binary111111101111101011101110010110010110110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAEE; }

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

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

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

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

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

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

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

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