Html Css Color HEX #FD8DDB Pale Magenta

📋 copy color: '#FD8DDB'

red 253 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #FD8DDB

Tints of Pale Magenta #FD8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23%

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

R = 41.27%
G = 23%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD8DDB (or 0xFD8DDB) is known color: Pale Magenta. HEX triplet: FD, 8D and DB. RGB value is (253,141,219). Sum of RGB (Red+Green+Blue) = 253+141+219=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DDB is #027224. Grayscale: #B7B7B7. Windows color (decimal): -160293 or 14388733. OLE color: 14388733.

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

Color convert

RGB 253 141 219 -
CMYK 0 0.44 0.13 0.01
HSL 318.21º 0.97% 0.77% -
HSV(B) 318.21º 0.44% 0.99% -
XYZ 62.82 45.05 72.4 -
YUV 183.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 253 141 219 0 0.44 0.13 0.01 318.21 0.97 0.77
Hex FD 8D DB 0 2C D 1 13E 61 4D
Octal 375 215 333 0 54 15 1 476 141 115
Binary 11111101 10001101 11011011 0 101100 1101 1 100111110 1100001 1001101

Color Harmonies of #FD8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8DDB

Black with #FD8DDB

Text Example


Text Example

White with #FD8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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