#FEEFDB

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

Shades of Forget Me Not #FEEFDB

Tints of Forget Me Not #FEEFDB

Color information

#FEEFDB (or 0xFEEFDB) is unknown color: approx Forget Me Not. HEX triplet: FE, EF and DB. RGB value is (254,239,219). Sum of RGB (Red+Green+Blue) = 254+239+219=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFDB is #011024. Grayscale: #F1F1F1. Windows color (decimal): -69669 or 14413822. OLE color: 14413822.

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

Color convert

RGB254239219-
CMYK00.060.140.00
HSL34.29º94.59%92.75%-
HSV(B)34.29º13.78%99.61%-
XYZ84.5387.9279.53-
YUV241.2115.47137.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 239 (93.75% from 255) = 33.57%
BLUE value IS 219 (85.94% from 255) = 30.76%
R=35.67%
G=33.57%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423921900.060.140.0034.2994.5992.75
HexFEEFDB06E0225f5d
Octal3763573330616042137135
Binary11111110111011111101101101101110010001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFDB; }

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

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

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

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

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

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

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

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