#FEF0DD

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

Shades of Forget Me Not #FEF0DD

Tints of Forget Me Not #FEF0DD

Color information

#FEF0DD (or 0xFEF0DD) is unknown color: approx Forget Me Not. HEX triplet: FE, F0 and DD. RGB value is (254,240,221). Sum of RGB (Red+Green+Blue) = 254+240+221=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0DD is #010F22. Grayscale: #F2F2F2. Windows color (decimal): -69411 or 14545150. OLE color: 14545150.

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

Color convert

RGB254240221-
CMYK00.060.130.00
HSL34.55º94.29%93.14%-
HSV(B)34.55º12.99%99.61%-
XYZ85.0888.6181.03-
YUV242.02116.14136.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 221 (86.72% from 255) = 30.91%
R=35.52%
G=33.57%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424022100.060.130.0034.5594.2993.14
HexFEF0DD06D0235e5d
Octal3763603350615043136135
Binary11111110111100001101110101101101010001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0DD; }

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

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

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

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

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

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

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

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