#FEF2DD

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

Shades of Forget Me Not #FEF2DD

Tints of Forget Me Not #FEF2DD

Color information

#FEF2DD (or 0xFEF2DD) is unknown color: approx Forget Me Not. HEX triplet: FE, F2 and DD. RGB value is (254,242,221). Sum of RGB (Red+Green+Blue) = 254+242+221=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 221 (86.72% from 255 or 30.82% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2DD is #010D22. Grayscale: #F3F3F3. Windows color (decimal): -68899 or 14545662. OLE color: 14545662.

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

Color convert

RGB254242221-
CMYK00.050.130.00
HSL38.18º94.29%93.14%-
HSV(B)38.18º12.99%99.61%-
XYZ85.6889.881.22-
YUV243.19115.48135.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 221 (86.72% from 255) = 30.82%
R=35.43%
G=33.75%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424222100.050.130.0038.1894.2993.14
HexFEF2DD05D0265e5d
Octal3763623350515046136135
Binary11111110111100101101110101011101010011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2DD; }

 p { color: rgb(254,242,221); }

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

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

 a { background-color: rgb(254,242,221); }

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

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

 span { border-color: rgb(254,242,221); }

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