#FEF1DF

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

Shades of Forget Me Not #FEF1DF

Tints of Forget Me Not #FEF1DF

Color information

#FEF1DF (or 0xFEF1DF) is unknown color: approx Forget Me Not. HEX triplet: FE, F1 and DF. RGB value is (254,241,223). Sum of RGB (Red+Green+Blue) = 254+241+223=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DF is #010E20. Grayscale: #F2F2F2. Windows color (decimal): -69153 or 14676478. OLE color: 14676478.

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

Color convert

RGB254241223-
CMYK00.050.120.00
HSL34.84º93.94%93.53%-
HSV(B)34.84º12.2%99.61%-
XYZ85.6589.3182.54-
YUV242.83116.81135.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 241 (94.53% from 255) = 33.57%
BLUE value IS 223 (87.5% from 255) = 31.06%
R=35.38%
G=33.57%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424122300.050.120.0034.8493.9493.53
HexFEF1DF05C0235e5e
Octal3763613370514043136136
Binary11111110111100011101111101011100010001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1DF; }

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

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

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

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

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

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

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

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