#FDF0DE

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

Shades of Forget Me Not #FDF0DE

Tints of Forget Me Not #FDF0DE

Color information

#FDF0DE (or 0xFDF0DE) is unknown color: approx Forget Me Not. HEX triplet: FD, F0 and DE. RGB value is (253,240,222). Sum of RGB (Red+Green+Blue) = 253+240+222=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DE is #020F21. Grayscale: #F1F1F1. Windows color (decimal): -134946 or 14610685. OLE color: 14610685.

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

Color convert

RGB253240222-
CMYK00.050.120.01
HSL34.84º88.57%93.14%-
HSV(B)34.84º12.25%99.22%-
XYZ84.8588.4881.71-
YUV241.83116.81135.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 31.05%
R=35.38%
G=33.57%
B=31.05%

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
Decimal25324022200.050.120.0134.8488.5793.14
HexFDF0DE05C123595d
Octal3753603360514143131135
Binary11111101111100001101111001011100110001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0DE; }

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

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

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

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

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

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

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

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