#FDF1DF

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

Shades of Forget Me Not #FDF1DF

Tints of Forget Me Not #FDF1DF

Color information

#FDF1DF (or 0xFDF1DF) is unknown color: approx Forget Me Not. HEX triplet: FD, F1 and DF. RGB value is (253,241,223). Sum of RGB (Red+Green+Blue) = 253+241+223=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DF is #020E20. Grayscale: #F2F2F2. Windows color (decimal): -134689 or 14676477. OLE color: 14676477.

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

Color convert

RGB253241223-
CMYK00.050.120.01
HSL36º88.24%93.33%-
HSV(B)36º11.86%99.22%-
XYZ85.2889.1282.52-
YUV242.54116.98135.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 223 (87.5% from 255) = 31.10%
R=35.29%
G=33.61%
B=31.10%

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
Decimal25324122300.050.120.013688.2493.33
HexFDF1DF05C124585d
Octal3753613370514144130135
Binary11111101111100011101111101011100110010010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1DF; }

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

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

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

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

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

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

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

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