#FEEFDC

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

Shades of Forget Me Not #FEEFDC

Tints of Forget Me Not #FEEFDC

Color information

#FEEFDC (or 0xFEEFDC) is unknown color: approx Forget Me Not. HEX triplet: FE, EF and DC. RGB value is (254,239,220). Sum of RGB (Red+Green+Blue) = 254+239+220=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFDC is #011023. Grayscale: #F1F1F1. Windows color (decimal): -69668 or 14479358. OLE color: 14479358.

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

Color convert

RGB254239220-
CMYK00.060.130.00
HSL33.53º94.44%92.94%-
HSV(B)33.53º13.39%99.61%-
XYZ84.6687.9780.23-
YUV241.32115.97137.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=35.62%
G=33.52%
B=30.86%

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
Decimal25423922000.060.130.0033.5394.4492.94
HexFEEFDC06D0225e5d
Octal3763573340615042136135
Binary11111110111011111101110001101101010001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFDC; }

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

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

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

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

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

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

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

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