Html Css Color HEX #FFEDD9 Forget Me Not

📋 copy color: '#FFEDD9'

red 255 ◦ green 237 ◦ blue 217

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

Shades of Forget Me Not #FFEDD9

Tints of Forget Me Not #FFEDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.43%

 BLUE value IS 217 (85.16% from 255) = 30.61%

R = 35.97%
G = 33.43%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFEDD9 (or 0xFFEDD9) is known color: Forget Me Not. HEX triplet: FF, ED and D9. RGB value is (255,237,217). Sum of RGB (Red+Green+Blue) = 255+237+217=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 217 (85.16% from 255 or 30.61% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD9 is #001226. Grayscale: #F0F0F0. Windows color (decimal): -4647 or 14282239. OLE color: 14282239.

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

Color convert

RGB 255 237 217 -
CMYK 0 0.07 0.15 0
HSL 31.58º 1% 0.93% -
HSV(B) 31.58º 0.15% 1% -
XYZ 84.05 86.84 77.98 -
YUV 240.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 255 237 217 0 0.07 0.15 0 31.58 1 0.93
Hex FF ED D9 0 7 F 0 20 64 5D
Octal 377 355 331 0 7 17 0 40 144 135
Binary 11111111 11101101 11011001 0 111 1111 0 100000 1100100 1011101

Color Harmonies of #FFEDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDD9

Black with #FFEDD9

Text Example


Text Example

White with #FFEDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDD9; }

 p { color: rgb(255,237,217); }

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

background-color css

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

 a { background-color: rgb(255,237,217); }

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

border-color css

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

 span { border-color: rgb(255,237,217); }

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