#FDF0DA

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

Shades of Forget Me Not #FDF0DA

Tints of Forget Me Not #FDF0DA

Color information

#FDF0DA (or 0xFDF0DA) is unknown color: approx Forget Me Not. HEX triplet: FD, F0 and DA. RGB value is (253,240,218). Sum of RGB (Red+Green+Blue) = 253+240+218=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DA is #020F25. Grayscale: #F1F1F1. Windows color (decimal): -134950 or 14348541. OLE color: 14348541.

HSL color Cylindrical-coordinate representation of color #FDF0DA: hue angle of 37.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDF0DA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253240218-
CMYK00.050.140.01
HSL37.71º89.74%92.35%-
HSV(B)37.71º13.83%99.22%-
XYZ84.3288.2678.92-
YUV241.38114.81136.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 240 (94.14% from 255) = 33.76%
BLUE value IS 218 (85.55% from 255) = 30.66%
R=35.58%
G=33.76%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324021800.050.140.0137.7189.7492.35
HexFDF0DA05E1265a5c
Octal3753603320516146132134
Binary11111101111100001101101001011110110011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0DA; }

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

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

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

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

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

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

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

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