#FDF1DC

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

Shades of Forget Me Not #FDF1DC

Tints of Forget Me Not #FDF1DC

Color information

#FDF1DC (or 0xFDF1DC) is unknown color: approx Forget Me Not. HEX triplet: FD, F1 and DC. RGB value is (253,241,220). Sum of RGB (Red+Green+Blue) = 253+241+220=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1DC is #020E23. Grayscale: #F2F2F2. Windows color (decimal): -134692 or 14479869. OLE color: 14479869.

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

Color convert

RGB253241220-
CMYK00.050.130.01
HSL38.18º89.19%92.75%-
HSV(B)38.18º13.04%99.22%-
XYZ84.8888.9680.41-
YUV242.19115.48135.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 220 (86.33% from 255) = 30.81%
R=35.43%
G=33.75%
B=30.81%

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
Decimal25324122000.050.130.0138.1889.1992.75
HexFDF1DC05D126595d
Octal3753613340515146131135
Binary11111101111100011101110001011101110011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1DC; }

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

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

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

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

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

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

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

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