#FDFAEE

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

Shades of Floral White #FDFAEE

Tints of Floral White #FDFAEE

Color information

#FDFAEE (or 0xFDFAEE) is unknown color: approx Floral White. HEX triplet: FD, FA and EE. RGB value is (253,250,238). Sum of RGB (Red+Green+Blue) = 253+250+238=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 238 (93.36% from 255 or 32.12% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAEE is #020511. Grayscale: #F9F9F9. Windows color (decimal): -132370 or 15661821. OLE color: 15661821.

HSL color Cylindrical-coordinate representation of color #FDFAEE: hue angle of 48º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDFAEE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253250238-
CMYK00.010.060.01
HSL48º78.95%96.27%-
HSV(B)48º5.93%99.22%-
XYZ90.1395.4394.56-
YUV249.53121.49130.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.14%
GREEN value IS 250 (98.05% from 255) = 33.74%
BLUE value IS 238 (93.36% from 255) = 32.12%
R=34.14%
G=33.74%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325023800.010.060.014878.9596.27
HexFDFAEE0161304f60
Octal375372356016160117140
Binary11111101111110101110111001110111000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAEE; }

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

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

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

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

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

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

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

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