Html Css Color HEX #FD8CDB Pale Magenta

📋 copy color: '#FD8CDB'

red 253 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #FD8CDB

Tints of Pale Magenta #FD8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.88%

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

R = 41.34%
G = 22.88%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD8CDB (or 0xFD8CDB) is known color: Pale Magenta. HEX triplet: FD, 8C and DB. RGB value is (253,140,219). Sum of RGB (Red+Green+Blue) = 253+140+219=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CDB is #027324. Grayscale: #B6B6B6. Windows color (decimal): -160549 or 14388477. OLE color: 14388477.

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

Color convert

RGB 253 140 219 -
CMYK 0 0.45 0.13 0.01
HSL 318.05º 0.97% 0.77% -
HSV(B) 318.05º 0.45% 0.99% -
XYZ 62.67 44.75 72.35 -
YUV 182.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 253 140 219 0 0.45 0.13 0.01 318.05 0.97 0.77
Hex FD 8C DB 0 2D D 1 13E 61 4D
Octal 375 214 333 0 55 15 1 476 141 115
Binary 11111101 10001100 11011011 0 101101 1101 1 100111110 1100001 1001101

Color Harmonies of #FD8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CDB

Black with #FD8CDB

Text Example


Text Example

White with #FD8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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