#FDF0DD

Color #FDF0DD Forget Me Not (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forget Me Not #FDF0DD

Tints of Forget Me Not #FDF0DD

Color information

#FDF0DD (or 0xFDF0DD) is unknown color: approx Forget Me Not. HEX triplet: FD, F0 and DD. RGB value is (253,240,221). Sum of RGB (Red+Green+Blue) = 253+240+221=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DD is #020F22. Grayscale: #F1F1F1. Windows color (decimal): -134947 or 14545149. OLE color: 14545149.

HSL color Cylindrical-coordinate representation of color #FDF0DD: hue angle of 35.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF0DD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253240221-
CMYK00.050.130.01
HSL35.62º88.89%92.94%-
HSV(B)35.62º12.65%99.22%-
XYZ84.7288.4281.01-
YUV241.72116.31136.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 221 (86.72% from 255) = 30.95%
R=35.43%
G=33.61%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324022100.050.130.0135.6288.8992.94
HexFDF0DD05D124595d
Octal3753603350515144131135
Binary11111101111100001101110101011101110010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0DD; }

 p { color: rgb(253,240,221); }

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

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

 a { background-color: rgb(253,240,221); }

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

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

 span { border-color: rgb(253,240,221); }

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