Html Css Color HEX #FEEEDA Forget Me Not

📋 copy color: '#FEEEDA'

red 254 ◦ green 238 ◦ blue 218

#FEEEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forget Me Not #FEEEDA

Tints of Forget Me Not #FEEEDA

RGB

 RED value IS 254 (99.61% from 255) = 35.77%

 GREEN value IS 238 (93.36% from 255) = 33.52%

 BLUE value IS 218 (85.55% from 255) = 30.7%

R = 35.77%
G = 33.52%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEEEDA (or 0xFEEEDA) is known color: Forget Me Not. HEX triplet: FE, EE and DA. RGB value is (254,238,218). Sum of RGB (Red+Green+Blue) = 254+238+218=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEDA is #011125. Grayscale: #F0F0F0. Windows color (decimal): -69926 or 14348030. OLE color: 14348030.

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

Color convert

RGB 254 238 218 -
CMYK 0 0.06 0.14 0.00
HSL 33.33º 0.95% 0.93% -
HSV(B) 33.33º 0.14% 1% -
XYZ 84.1 87.28 78.74 -
YUV 240.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 254 238 218 0 0.06 0.14 0.00 33.33 0.95 0.93
Hex FE EE DA 0 6 E 0 21 5F 5D
Octal 376 356 332 0 6 16 0 41 137 135
Binary 11111110 11101110 11011010 0 110 1110 0 100001 1011111 1011101

Color Harmonies of #FEEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEDA

Black with #FEEEDA

Text Example


Text Example

White with #FEEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEDA; }

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

 H1.HeaderClassName
 {
   color: #FEEEDA;
 }
 .AnyTagClassName
 {
   color: #FEEEDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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