#FDF1DD

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

Shades of Forget Me Not #FDF1DD

Tints of Forget Me Not #FDF1DD

Color information

#FDF1DD (or 0xFDF1DD) is unknown color: approx Forget Me Not. HEX triplet: FD, F1 and DD. RGB value is (253,241,221). Sum of RGB (Red+Green+Blue) = 253+241+221=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DD is #020E22. Grayscale: #F2F2F2. Windows color (decimal): -134691 or 14545405. OLE color: 14545405.

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

Color convert

RGB253241221-
CMYK00.050.130.01
HSL37.5º88.89%92.94%-
HSV(B)37.5º12.65%99.22%-
XYZ85.0189.0181.11-
YUV242.31115.98135.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 221 (86.72% from 255) = 30.91%
R=35.38%
G=33.71%
B=30.91%

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
Decimal25324122100.050.130.0137.588.8992.94
HexFDF1DD05D126595d
Octal3753613350515146131135
Binary11111101111100011101110101011101110011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1DD; }

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

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

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

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

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

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

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

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