Html Css Color HEX #FD7CDB Pale Magenta

📋 copy color: '#FD7CDB'

red 253 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #FD7CDB

Tints of Pale Magenta #FD7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.81%

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

R = 42.45%
G = 20.81%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD7CDB (or 0xFD7CDB) is known color: Pale Magenta. HEX triplet: FD, 7C and DB. RGB value is (253,124,219). Sum of RGB (Red+Green+Blue) = 253+124+219=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CDB is #028324. Grayscale: #ADADAD. Windows color (decimal): -164645 or 14384381. OLE color: 14384381.

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

Color convert

RGB 253 124 219 -
CMYK 0 0.51 0.13 0.01
HSL 315.81º 0.97% 0.74% -
HSV(B) 315.81º 0.51% 0.99% -
XYZ 60.5 40.41 71.63 -
YUV 173.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 253 124 219 0 0.51 0.13 0.01 315.81 0.97 0.74
Hex FD 7C DB 0 33 D 1 13C 61 4A
Octal 375 174 333 0 63 15 1 474 141 112
Binary 11111101 1111100 11011011 0 110011 1101 1 100111100 1100001 1001010

Color Harmonies of #FD7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CDB

Black with #FD7CDB

Text Example


Text Example

White with #FD7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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