Html Css Color HEX #FC8BDB Pale Magenta

📋 copy color: '#FC8BDB'

red 252 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #FC8BDB

Tints of Pale Magenta #FC8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.79%

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

R = 41.31%
G = 22.79%
B = 35.9%

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

#FC8BDB (or 0xFC8BDB) is known color: Pale Magenta. HEX triplet: FC, 8B and DB. RGB value is (252,139,219). Sum of RGB (Red+Green+Blue) = 252+139+219=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BDB is #037424. Grayscale: #B5B5B5. Windows color (decimal): -226341 or 14388220. OLE color: 14388220.

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

Color convert

RGB 252 139 219 -
CMYK 0 0.45 0.13 0.01
HSL 317.52º 0.95% 0.77% -
HSV(B) 317.52º 0.45% 0.99% -
XYZ 62.16 44.28 72.29 -
YUV 181.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 252 139 219 0 0.45 0.13 0.01 317.52 0.95 0.77
Hex FC 8B DB 0 2D D 1 13E 5F 4D
Octal 374 213 333 0 55 15 1 476 137 115
Binary 11111100 10001011 11011011 0 101101 1101 1 100111110 1011111 1001101

Color Harmonies of #FC8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BDB

Black with #FC8BDB

Text Example


Text Example

White with #FC8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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