#FDF0DC

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

Shades of Forget Me Not #FDF0DC

Tints of Forget Me Not #FDF0DC

Color information

#FDF0DC (or 0xFDF0DC) is unknown color: approx Forget Me Not. HEX triplet: FD, F0 and DC. RGB value is (253,240,220). Sum of RGB (Red+Green+Blue) = 253+240+220=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DC is #020F23. Grayscale: #F1F1F1. Windows color (decimal): -134948 or 14479613. OLE color: 14479613.

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

Color convert

RGB253240220-
CMYK00.050.130.01
HSL36.36º89.19%92.75%-
HSV(B)36.36º13.04%99.22%-
XYZ84.5988.3780.31-
YUV241.61115.81136.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=35.48%
G=33.66%
B=30.86%

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
Decimal25324022000.050.130.0136.3689.1992.75
HexFDF0DC05D124595d
Octal3753603340515144131135
Binary11111101111100001101110001011101110010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0DC; }

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

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

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

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

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

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

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

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