Html Css Color HEX #FC7DDB Pale Magenta

📋 copy color: '#FC7DDB'

red 252 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #FC7DDB

Tints of Pale Magenta #FC7DDB

RGB

 RED value IS 252 (98.83% from 255) = 42.28%

 GREEN value IS 125 (49.22% from 255) = 20.97%

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

R = 42.28%
G = 20.97%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC7DDB (or 0xFC7DDB) is known color: Pale Magenta. HEX triplet: FC, 7D and DB. RGB value is (252,125,219). Sum of RGB (Red+Green+Blue) = 252+125+219=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DDB is #038224. Grayscale: #ADADAD. Windows color (decimal): -229925 or 14384636. OLE color: 14384636.

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

Color convert

RGB 252 125 219 -
CMYK 0 0.50 0.13 0.01
HSL 315.59º 0.95% 0.74% -
HSV(B) 315.59º 0.5% 0.99% -
XYZ 60.26 40.48 71.65 -
YUV 173.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 252 125 219 0 0.50 0.13 0.01 315.59 0.95 0.74
Hex FC 7D DB 0 32 D 1 13C 5F 4A
Octal 374 175 333 0 62 15 1 474 137 112
Binary 11111100 1111101 11011011 0 110010 1101 1 100111100 1011111 1001010

Color Harmonies of #FC7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DDB

Black with #FC7DDB

Text Example


Text Example

White with #FC7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DDB; }

 p { color: rgb(252,125,219); }

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

background-color css

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

 a { background-color: rgb(252,125,219); }

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

border-color css

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

 span { border-color: rgb(252,125,219); }

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