#FDF9EB

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

Shades of Floral White #FDF9EB

Tints of Floral White #FDF9EB

Color information

#FDF9EB (or 0xFDF9EB) is unknown color: approx Floral White. HEX triplet: FD, F9 and EB. RGB value is (253,249,235). Sum of RGB (Red+Green+Blue) = 253+249+235=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 235 (92.19% from 255 or 31.89% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9EB is #020614. Grayscale: #F8F8F8. Windows color (decimal): -132629 or 15464957. OLE color: 15464957.

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

Color convert

RGB253249235-
CMYK00.020.070.01
HSL46.67º81.82%95.69%-
HSV(B)46.67º7.11%99.22%-
XYZ89.3894.6392.15-
YUV248.6120.33131.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.33%
GREEN value IS 249 (97.66% from 255) = 33.79%
BLUE value IS 235 (92.19% from 255) = 31.89%
R=34.33%
G=33.79%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324923500.020.070.0146.6781.8295.69
HexFDF9EB02712f5260
Octal375371353027157122140
Binary111111011111100111101011010111110111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF9EB; }

 p { color: rgb(253,249,235); }

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

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

 a { background-color: rgb(253,249,235); }

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

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

 span { border-color: rgb(253,249,235); }

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