#FDF7EE

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

Shades of Floral White #FDF7EE

Tints of Floral White #FDF7EE

Color information

#FDF7EE (or 0xFDF7EE) is unknown color: approx Floral White. HEX triplet: FD, F7 and EE. RGB value is (253,247,238). Sum of RGB (Red+Green+Blue) = 253+247+238=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 247 (96.88% from 255 or 33.47% from 738); Blue value is 238 (93.36% from 255 or 32.25% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7EE is #020811. Grayscale: #F7F7F7. Windows color (decimal): -133138 or 15661053. OLE color: 15661053.

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

Color convert

RGB253247238-
CMYK00.020.060.01
HSL36º78.95%96.27%-
HSV(B)36º5.93%99.22%-
XYZ89.293.5894.25-
YUV247.77122.49131.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.28%
GREEN value IS 247 (96.88% from 255) = 33.47%
BLUE value IS 238 (93.36% from 255) = 32.25%
R=34.28%
G=33.47%
B=32.25%

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
Decimal25324723800.020.060.013678.9596.27
HexFDF7EE0261244f60
Octal375367356026144117140
Binary111111011111011111101110010110110010010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7EE; }

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

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

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

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

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

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

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

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