#FEF1DC

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

Shades of Forget Me Not #FEF1DC

Tints of Forget Me Not #FEF1DC

Color information

#FEF1DC (or 0xFEF1DC) is unknown color: approx Forget Me Not. HEX triplet: FE, F1 and DC. RGB value is (254,241,220). Sum of RGB (Red+Green+Blue) = 254+241+220=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DC is #010E23. Grayscale: #F2F2F2. Windows color (decimal): -69156 or 14479870. OLE color: 14479870.

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

Color convert

RGB254241220-
CMYK00.050.130.00
HSL37.06º94.44%92.94%-
HSV(B)37.06º13.39%99.61%-
XYZ85.2589.1580.42-
YUV242.49115.31136.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 220 (86.33% from 255) = 30.77%
R=35.52%
G=33.71%
B=30.77%

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
Decimal25424122000.050.130.0037.0694.4492.94
HexFEF1DC05D0255e5d
Octal3763613340515045136135
Binary11111110111100011101110001011101010010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1DC; }

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

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

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

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

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

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

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

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