#FDF8EE

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

Shades of Floral White #FDF8EE

Tints of Floral White #FDF8EE

Color information

#FDF8EE (or 0xFDF8EE) is unknown color: approx Floral White. HEX triplet: FD, F8 and EE. RGB value is (253,248,238). Sum of RGB (Red+Green+Blue) = 253+248+238=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 238 (93.36% from 255 or 32.21% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8EE is #020711. Grayscale: #F8F8F8. Windows color (decimal): -132882 or 15661309. OLE color: 15661309.

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

Color convert

RGB253248238-
CMYK00.020.060.01
HSL40º78.95%96.27%-
HSV(B)40º5.93%99.22%-
XYZ89.5194.1994.35-
YUV248.36122.16131.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.24%
GREEN value IS 248 (97.27% from 255) = 33.56%
BLUE value IS 238 (93.36% from 255) = 32.21%
R=34.24%
G=33.56%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324823800.020.060.014078.9596.27
HexFDF8EE0261284f60
Octal375370356026150117140
Binary111111011111100011101110010110110100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8EE; }

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

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

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

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

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

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

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

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