#FEEFDF

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

Shades of Forget Me Not #FEEFDF

Tints of Forget Me Not #FEEFDF

Color information

#FEEFDF (or 0xFEEFDF) is unknown color: approx Forget Me Not. HEX triplet: FE, EF and DF. RGB value is (254,239,223). Sum of RGB (Red+Green+Blue) = 254+239+223=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFDF is #011020. Grayscale: #F1F1F1. Windows color (decimal): -69665 or 14675966. OLE color: 14675966.

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

Color convert

RGB254239223-
CMYK00.060.120.00
HSL30.97º93.94%93.53%-
HSV(B)30.97º12.2%99.61%-
XYZ85.0688.1382.34-
YUV241.66117.47136.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 223 (87.5% from 255) = 31.15%
R=35.47%
G=33.38%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423922300.060.120.0030.9793.9493.53
HexFEEFDF06C01f5e5e
Octal3763573370614037136136
Binary1111111011101111110111110110110001111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFDF; }

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

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

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

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

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

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

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

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