#FDEFDA

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

Shades of Forget Me Not #FDEFDA

Tints of Forget Me Not #FDEFDA

Color information

#FDEFDA (or 0xFDEFDA) is unknown color: approx Forget Me Not. HEX triplet: FD, EF and DA. RGB value is (253,239,218). Sum of RGB (Red+Green+Blue) = 253+239+218=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDA is #021025. Grayscale: #F0F0F0. Windows color (decimal): -135206 or 14348285. OLE color: 14348285.

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

Color convert

RGB253239218-
CMYK00.060.140.01
HSL36º89.74%92.35%-
HSV(B)36º13.83%99.22%-
XYZ84.0387.6878.82-
YUV240.79115.14136.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=35.63%
G=33.66%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323921800.060.140.013689.7492.35
HexFDEFDA06E1245a5c
Octal3753573320616144132134
Binary11111101111011111101101001101110110010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFDA; }

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

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

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

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

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

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

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

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