Html Css Color HEX #FD76DB Pale Magenta

📋 copy color: '#FD76DB'

red 253 ◦ green 118 ◦ blue 219

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

Shades of Pale Magenta #FD76DB

Tints of Pale Magenta #FD76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20%

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

R = 42.88%
G = 20%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD76DB (or 0xFD76DB) is known color: Pale Magenta. HEX triplet: FD, 76 and DB. RGB value is (253,118,219). Sum of RGB (Red+Green+Blue) = 253+118+219=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76DB is #028924. Grayscale: #A9A9A9. Windows color (decimal): -166181 or 14382845. OLE color: 14382845.

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

Color convert

RGB 253 118 219 -
CMYK 0 0.53 0.13 0.01
HSL 315.11º 0.97% 0.73% -
HSV(B) 315.11º 0.53% 0.99% -
XYZ 59.77 38.95 71.39 -
YUV 169.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 253 118 219 0 0.53 0.13 0.01 315.11 0.97 0.73
Hex FD 76 DB 0 35 D 1 13B 61 49
Octal 375 166 333 0 65 15 1 473 141 111
Binary 11111101 1110110 11011011 0 110101 1101 1 100111011 1100001 1001001

Color Harmonies of #FD76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76DB

Black with #FD76DB

Text Example


Text Example

White with #FD76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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