#FDEFDD

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

Shades of Forget Me Not #FDEFDD

Tints of Forget Me Not #FDEFDD

Color information

#FDEFDD (or 0xFDEFDD) is unknown color: approx Forget Me Not. HEX triplet: FD, EF and DD. RGB value is (253,239,221). Sum of RGB (Red+Green+Blue) = 253+239+221=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDD is #021022. Grayscale: #F1F1F1. Windows color (decimal): -135203 or 14544893. OLE color: 14544893.

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

Color convert

RGB253239221-
CMYK00.060.130.01
HSL33.75º88.89%92.94%-
HSV(B)33.75º12.65%99.22%-
XYZ84.4387.8480.91-
YUV241.13116.64136.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=35.48%
G=33.52%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323922100.060.130.0133.7588.8992.94
HexFDEFDD06D122595d
Octal3753573350615142131135
Binary11111101111011111101110101101101110001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFDD; }

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

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

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

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

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

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

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

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