Html Css Color HEX #FDEEDC Forget Me Not

📋 copy color: '#FDEEDC'

red 253 ◦ green 238 ◦ blue 220

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

Shades of Forget Me Not #FDEEDC

Tints of Forget Me Not #FDEEDC

RGB

 RED value IS 253 (99.22% from 255) = 35.58%

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

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

R = 35.58%
G = 33.47%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDEEDC (or 0xFDEEDC) is known color: Forget Me Not. HEX triplet: FD, EE and DC. RGB value is (253,238,220). Sum of RGB (Red+Green+Blue) = 253+238+220=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEDC is #021123. Grayscale: #F0F0F0. Windows color (decimal): -135460 or 14479101. OLE color: 14479101.

HSL color Cylindrical-coordinate representation of color #FDEEDC: hue angle of 32.73º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDEEDC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 238 220 -
CMYK 0 0.06 0.13 0.01
HSL 32.73º 0.89% 0.93% -
HSV(B) 32.73º 0.13% 0.99% -
XYZ 84 87.2 80.11 -
YUV 240.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 253 238 220 0 0.06 0.13 0.01 32.73 0.89 0.93
Hex FD EE DC 0 6 D 1 21 59 5D
Octal 375 356 334 0 6 15 1 41 131 135
Binary 11111101 11101110 11011100 0 110 1101 1 100001 1011001 1011101

Color Harmonies of #FDEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEDC

Black with #FDEEDC

Text Example


Text Example

White with #FDEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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