#FDEFDC

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

Shades of Forget Me Not #FDEFDC

Tints of Forget Me Not #FDEFDC

Color information

#FDEFDC (or 0xFDEFDC) is unknown color: approx Forget Me Not. HEX triplet: FD, EF and DC. RGB value is (253,239,220). Sum of RGB (Red+Green+Blue) = 253+239+220=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFDC is #021023. Grayscale: #F1F1F1. Windows color (decimal): -135204 or 14479357. OLE color: 14479357.

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

Color convert

RGB253239220-
CMYK00.060.130.01
HSL34.55º89.19%92.75%-
HSV(B)34.55º13.04%99.22%-
XYZ84.2987.7880.21-
YUV241.02116.14136.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.53%
GREEN value IS 239 (93.75% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=35.53%
G=33.57%
B=30.90%

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
Decimal25323922000.060.130.0134.5589.1992.75
HexFDEFDC06D123595d
Octal3753573340615143131135
Binary11111101111011111101110001101101110001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFDC; }

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

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

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

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

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

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

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

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