Html Css Color HEX #FD88DB Pale Magenta

📋 copy color: '#FD88DB'

red 253 ◦ green 136 ◦ blue 219

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

Shades of Pale Magenta #FD88DB

Tints of Pale Magenta #FD88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.37%

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

R = 41.61%
G = 22.37%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD88DB (or 0xFD88DB) is known color: Pale Magenta. HEX triplet: FD, 88 and DB. RGB value is (253,136,219). Sum of RGB (Red+Green+Blue) = 253+136+219=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 136 (53.52% from 255 or 22.37% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD88DB is #027724. Grayscale: #B4B4B4. Windows color (decimal): -161573 or 14387453. OLE color: 14387453.

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

Color convert

RGB 253 136 219 -
CMYK 0 0.46 0.13 0.01
HSL 317.44º 0.97% 0.76% -
HSV(B) 317.44º 0.46% 0.99% -
XYZ 62.1 43.61 72.16 -
YUV 180.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 253 136 219 0 0.46 0.13 0.01 317.44 0.97 0.76
Hex FD 88 DB 0 2E D 1 13D 61 4C
Octal 375 210 333 0 56 15 1 475 141 114
Binary 11111101 10001000 11011011 0 101110 1101 1 100111101 1100001 1001100

Color Harmonies of #FD88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD88DB

Black with #FD88DB

Text Example


Text Example

White with #FD88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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