Html Css Color HEX #FC8FDB Pale Magenta

📋 copy color: '#FC8FDB'

red 252 ◦ green 143 ◦ blue 219

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

Shades of Pale Magenta #FC8FDB

Tints of Pale Magenta #FC8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.29%

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

R = 41.04%
G = 23.29%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC8FDB (or 0xFC8FDB) is known color: Pale Magenta. HEX triplet: FC, 8F and DB. RGB value is (252,143,219). Sum of RGB (Red+Green+Blue) = 252+143+219=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FDB is #037024. Grayscale: #B8B8B8. Windows color (decimal): -225317 or 14389244. OLE color: 14389244.

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

Color convert

RGB 252 143 219 -
CMYK 0 0.43 0.13 0.01
HSL 318.17º 0.95% 0.77% -
HSV(B) 318.17º 0.43% 0.99% -
XYZ 62.75 45.45 72.48 -
YUV 184.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 252 143 219 0 0.43 0.13 0.01 318.17 0.95 0.77
Hex FC 8F DB 0 2B D 1 13E 5F 4D
Octal 374 217 333 0 53 15 1 476 137 115
Binary 11111100 10001111 11011011 0 101011 1101 1 100111110 1011111 1001101

Color Harmonies of #FC8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FDB

Black with #FC8FDB

Text Example


Text Example

White with #FC8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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