#FEF1DA

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

Shades of Forget Me Not #FEF1DA

Tints of Forget Me Not #FEF1DA

Color information

#FEF1DA (or 0xFEF1DA) is unknown color: approx Forget Me Not. HEX triplet: FE, F1 and DA. RGB value is (254,241,218). Sum of RGB (Red+Green+Blue) = 254+241+218=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DA is #010E25. Grayscale: #F2F2F2. Windows color (decimal): -69158 or 14348798. OLE color: 14348798.

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

Color convert

RGB254241218-
CMYK00.050.140.00
HSL38.33º94.74%92.55%-
HSV(B)38.33º14.17%99.61%-
XYZ84.9889.0479.04-
YUV242.26114.31136.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 218 (85.55% from 255) = 30.58%
R=35.62%
G=33.80%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424121800.050.140.0038.3394.7492.55
HexFEF1DA05E0265f5d
Octal3763613320516046137135
Binary11111110111100011101101001011110010011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1DA; }

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

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

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

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

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

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

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

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