#FFF9EA

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

Shades of Floral White #FFF9EA

Tints of Floral White #FFF9EA

Color information

#FFF9EA (or 0xFFF9EA) is unknown color: approx Floral White. HEX triplet: FF, F9 and EA. RGB value is (255,249,234). Sum of RGB (Red+Green+Blue) = 255+249+234=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 249 (97.66% from 255 or 33.74% from 738); Blue value is 234 (91.80% from 255 or 31.71% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9EA is #000615. Grayscale: #F9F9F9. Windows color (decimal): -1558 or 15399423. OLE color: 15399423.

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

Color convert

RGB255249234-
CMYK00.020.080
HSL42.86º100%95.88%-
HSV(B)42.86º8.24%100%-
XYZ89.9794.9591.43-
YUV249.08119.49132.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.55%
GREEN value IS 249 (97.66% from 255) = 33.74%
BLUE value IS 234 (91.80% from 255) = 31.71%
R=34.55%
G=33.74%
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
SystemRedGreenBlueCMYKHSL
Decimal25524923400.020.08042.8610095.88
HexFFF9EA02802b6460
Octal3773713520210053144140
Binary1111111111111001111010100101000010101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9EA; }

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

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

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

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

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

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

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

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