Html Css Color HEX #FDEDDA Forget Me Not

📋 copy color: '#FDEDDA'

red 253 ◦ green 237 ◦ blue 218

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

Shades of Forget Me Not #FDEDDA

Tints of Forget Me Not #FDEDDA

RGB

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

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

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

R = 35.73%
G = 33.47%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDEDDA (or 0xFDEDDA) is known color: Forget Me Not. HEX triplet: FD, ED and DA. RGB value is (253,237,218). Sum of RGB (Red+Green+Blue) = 253+237+218=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDDA is #021225. Grayscale: #EFEFEF. Windows color (decimal): -135718 or 14347773. OLE color: 14347773.

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

Color convert

RGB 253 237 218 -
CMYK 0 0.06 0.14 0.01
HSL 32.57º 0.9% 0.92% -
HSV(B) 32.57º 0.14% 0.99% -
XYZ 83.45 86.51 78.63 -
YUV 239.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 253 237 218 0 0.06 0.14 0.01 32.57 0.9 0.92
Hex FD ED DA 0 6 E 1 21 5A 5C
Octal 375 355 332 0 6 16 1 41 132 134
Binary 11111101 11101101 11011010 0 110 1110 1 100001 1011010 1011100

Color Harmonies of #FDEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDDA

Black with #FDEDDA

Text Example


Text Example

White with #FDEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDDA; }

 p { color: rgb(253,237,218); }

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

background-color css

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

 a { background-color: rgb(253,237,218); }

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

border-color css

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

 span { border-color: rgb(253,237,218); }

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