Html Css Color HEX #FDEDDB Forget Me Not

📋 copy color: '#FDEDDB'

red 253 ◦ green 237 ◦ blue 219

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

Shades of Forget Me Not #FDEDDB

Tints of Forget Me Not #FDEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.89%

R = 35.68%
G = 33.43%
B = 30.89%

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

#FDEDDB (or 0xFDEDDB) is known color: Forget Me Not. HEX triplet: FD, ED and DB. RGB value is (253,237,219). Sum of RGB (Red+Green+Blue) = 253+237+219=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDDB is #021224. Grayscale: #EFEFEF. Windows color (decimal): -135717 or 14413309. OLE color: 14413309.

HSL color Cylindrical-coordinate representation of color #FDEDDB: hue angle of 31.76º 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 #FDEDDB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 219 -
CMYK 0 0.06 0.13 0.01
HSL 31.76º 0.89% 0.93% -
HSV(B) 31.76º 0.13% 0.99% -
XYZ 83.58 86.57 79.32 -
YUV 239.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 253 237 219 0 0.06 0.13 0.01 31.76 0.89 0.93
Hex FD ED DB 0 6 D 1 20 59 5D
Octal 375 355 333 0 6 15 1 40 131 135
Binary 11111101 11101101 11011011 0 110 1101 1 100000 1011001 1011101

Color Harmonies of #FDEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDDB

Black with #FDEDDB

Text Example


Text Example

White with #FDEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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