#FEFAEA

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

Shades of Floral White #FEFAEA

Tints of Floral White #FEFAEA

Color information

#FEFAEA (or 0xFEFAEA) is unknown color: approx Floral White. HEX triplet: FE, FA and EA. RGB value is (254,250,234). Sum of RGB (Red+Green+Blue) = 254+250+234=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 234 (91.80% from 255 or 31.71% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAEA is #010515. Grayscale: #F9F9F9. Windows color (decimal): -66838 or 15399678. OLE color: 15399678.

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

Color convert

RGB254250234-
CMYK00.020.080.00
HSL48º90.91%95.69%-
HSV(B)48º7.87%99.61%-
XYZ89.9195.3891.51-
YUV249.37119.33131.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 234 (91.80% from 255) = 31.71%
R=34.42%
G=33.88%
B=31.71%

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
Decimal25425023400.020.080.004890.9195.69
HexFEFAEA0280305b60
Octal3763723520210060133140
Binary1111111011111010111010100101000011000010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAEA; }

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

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

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

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

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

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

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

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