#FDF2DF

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

Shades of Forget Me Not #FDF2DF

Tints of Forget Me Not #FDF2DF

Color information

#FDF2DF (or 0xFDF2DF) is unknown color: approx Forget Me Not. HEX triplet: FD, F2 and DF. RGB value is (253,242,223). Sum of RGB (Red+Green+Blue) = 253+242+223=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2DF is #020D20. Grayscale: #F3F3F3. Windows color (decimal): -134433 or 14676733. OLE color: 14676733.

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

Color convert

RGB253242223-
CMYK00.040.120.01
HSL38º88.24%93.33%-
HSV(B)38º11.86%99.22%-
XYZ85.5889.7182.62-
YUV243.12116.64135.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 242 (94.92% from 255) = 33.70%
BLUE value IS 223 (87.5% from 255) = 31.06%
R=35.24%
G=33.70%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324222300.040.120.013888.2493.33
HexFDF2DF04C126585d
Octal3753623370414146130135
Binary11111101111100101101111101001100110011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2DF; }

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

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

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

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

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

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

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

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