Html Css Color HEX #FC7BDB Pale Magenta

📋 copy color: '#FC7BDB'

red 252 ◦ green 123 ◦ blue 219

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

Shades of Pale Magenta #FC7BDB

Tints of Pale Magenta #FC7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.71%

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

R = 42.42%
G = 20.71%
B = 36.87%

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

#FC7BDB (or 0xFC7BDB) is known color: Pale Magenta. HEX triplet: FC, 7B and DB. RGB value is (252,123,219). Sum of RGB (Red+Green+Blue) = 252+123+219=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BDB is #038424. Grayscale: #ACACAC. Windows color (decimal): -230437 or 14384124. OLE color: 14384124.

HSL color Cylindrical-coordinate representation of color #FC7BDB: hue angle of 315.35º degrees, saturation: 0.96, 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 #FC7BDB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 123 219 -
CMYK 0 0.51 0.13 0.01
HSL 315.35º 0.96% 0.74% -
HSV(B) 315.35º 0.51% 0.99% -
XYZ 60.01 39.98 71.57 -
YUV 172.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 252 123 219 0 0.51 0.13 0.01 315.35 0.96 0.74
Hex FC 7B DB 0 33 D 1 13B 60 4A
Octal 374 173 333 0 63 15 1 473 140 112
Binary 11111100 1111011 11011011 0 110011 1101 1 100111011 1100000 1001010

Color Harmonies of #FC7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BDB

Black with #FC7BDB

Text Example


Text Example

White with #FC7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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