Html Css Color HEX #FA7CDB Pale Magenta

📋 copy color: '#FA7CDB'

red 250 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #FA7CDB

Tints of Pale Magenta #FA7CDB

RGB

 RED value IS 250 (98.05% from 255) = 42.16%

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

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

R = 42.16%
G = 20.91%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA7CDB (or 0xFA7CDB) is known color: Pale Magenta. HEX triplet: FA, 7C and DB. RGB value is (250,124,219). Sum of RGB (Red+Green+Blue) = 250+124+219=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CDB is #058324. Grayscale: #ACACAC. Windows color (decimal): -361253 or 14384378. OLE color: 14384378.

HSL color Cylindrical-coordinate representation of color #FA7CDB: hue angle of 314.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CDB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 219 -
CMYK 0 0.50 0.12 0.02
HSL 314.76º 0.93% 0.73% -
HSV(B) 314.76º 0.5% 0.98% -
XYZ 59.42 39.85 71.58 -
YUV 172.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 250 124 219 0 0.50 0.12 0.02 314.76 0.93 0.73
Hex FA 7C DB 0 32 C 2 13B 5D 49
Octal 372 174 333 0 62 14 2 473 135 111
Binary 11111010 1111100 11011011 0 110010 1100 10 100111011 1011101 1001001

Color Harmonies of #FA7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CDB

Black with #FA7CDB

Text Example


Text Example

White with #FA7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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