#FEEEDC

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

Shades of Forget Me Not #FEEEDC

Tints of Forget Me Not #FEEEDC

Color information

#FEEEDC (or 0xFEEEDC) is unknown color: approx Forget Me Not. HEX triplet: FE, EE and DC. RGB value is (254,238,220). Sum of RGB (Red+Green+Blue) = 254+238+220=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEDC is #011123. Grayscale: #F0F0F0. Windows color (decimal): -69924 or 14479102. OLE color: 14479102.

HSL color Cylindrical-coordinate representation of color #FEEEDC: hue angle of 31.76º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEEEDC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254238220-
CMYK00.060.130.00
HSL31.76º94.44%92.94%-
HSV(B)31.76º13.39%99.61%-
XYZ84.3787.3980.13-
YUV240.73116.3137.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=35.67%
G=33.43%
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.00
SystemRedGreenBlueCMYKHSL
Decimal25423822000.060.130.0031.7694.4492.94
HexFEEEDC06D0205e5d
Octal3763563340615040136135
Binary11111110111011101101110001101101010000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEDC; }

 p { color: rgb(254,238,220); }

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

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

 a { background-color: rgb(254,238,220); }

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

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

 span { border-color: rgb(254,238,220); }

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