#FDF1DE

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

Shades of Forget Me Not #FDF1DE

Tints of Forget Me Not #FDF1DE

Color information

#FDF1DE (or 0xFDF1DE) is unknown color: approx Forget Me Not. HEX triplet: FD, F1 and DE. RGB value is (253,241,222). Sum of RGB (Red+Green+Blue) = 253+241+222=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 222 (87.11% from 255 or 31.01% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DE is #020E21. Grayscale: #F2F2F2. Windows color (decimal): -134690 or 14610941. OLE color: 14610941.

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

Color convert

RGB253241222-
CMYK00.050.120.01
HSL36.77º88.57%93.14%-
HSV(B)36.77º12.25%99.22%-
XYZ85.1589.0781.81-
YUV242.42116.48135.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 241 (94.53% from 255) = 33.66%
BLUE value IS 222 (87.11% from 255) = 31.01%
R=35.34%
G=33.66%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324122200.050.120.0136.7788.5793.14
HexFDF1DE05C125595d
Octal3753613360514145131135
Binary11111101111100011101111001011100110010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1DE; }

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

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

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

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

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

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

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

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