#FEF1DE

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

Shades of Forget Me Not #FEF1DE

Tints of Forget Me Not #FEF1DE

Color information

#FEF1DE (or 0xFEF1DE) is unknown color: approx Forget Me Not. HEX triplet: FE, F1 and DE. RGB value is (254,241,222). Sum of RGB (Red+Green+Blue) = 254+241+222=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 222 (87.11% from 255 or 30.96% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DE is #010E21. Grayscale: #F2F2F2. Windows color (decimal): -69154 or 14610942. OLE color: 14610942.

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

Color convert

RGB254241222-
CMYK00.050.130.00
HSL35.62º94.12%93.33%-
HSV(B)35.62º12.6%99.61%-
XYZ85.5189.2681.83-
YUV242.72116.31136.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 222 (87.11% from 255) = 30.96%
R=35.43%
G=33.61%
B=30.96%

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
Decimal25424122200.050.130.0035.6294.1293.33
HexFEF1DE05D0245e5d
Octal3763613360515044136135
Binary11111110111100011101111001011101010010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1DE; }

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

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

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

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

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

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

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

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