Html Css Color HEX #FFEEDC Forget Me Not

📋 copy color: '#FFEEDC'

red 255 ◦ green 238 ◦ blue 220

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

Shades of Forget Me Not #FFEEDC

Tints of Forget Me Not #FFEEDC

RGB

 RED value IS 255 (100% from 255) = 35.76%

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

 BLUE value IS 220 (86.33% from 255) = 30.86%

R = 35.76%
G = 33.38%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFEEDC (or 0xFFEEDC) is known color: Forget Me Not. HEX triplet: FF, EE and DC. RGB value is (255,238,220). Sum of RGB (Red+Green+Blue) = 255+238+220=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEDC is #001123. Grayscale: #F1F1F1. Windows color (decimal): -4388 or 14479103. OLE color: 14479103.

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

Color convert

RGB 255 238 220 -
CMYK 0 0.07 0.14 0
HSL 30.86º 1% 0.93% -
HSV(B) 30.86º 0.14% 1% -
XYZ 84.73 87.58 80.15 -
YUV 241.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 255 238 220 0 0.07 0.14 0 30.86 1 0.93
Hex FF EE DC 0 7 E 0 1F 64 5D
Octal 377 356 334 0 7 16 0 37 144 135
Binary 11111111 11101110 11011100 0 111 1110 0 11111 1100100 1011101

Color Harmonies of #FFEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEEDC

Black with #FFEEDC

Text Example


Text Example

White with #FFEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEEDC; }

 p { color: rgb(255,238,220); }

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

background-color css

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

 a { background-color: rgb(255,238,220); }

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

border-color css

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

 span { border-color: rgb(255,238,220); }

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