Html Css Color HEX #FC86DB Pale Magenta

📋 copy color: '#FC86DB'

red 252 ◦ green 134 ◦ blue 219

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

Shades of Pale Magenta #FC86DB

Tints of Pale Magenta #FC86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.15%

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

R = 41.65%
G = 22.15%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC86DB (or 0xFC86DB) is known color: Pale Magenta. HEX triplet: FC, 86 and DB. RGB value is (252,134,219). Sum of RGB (Red+Green+Blue) = 252+134+219=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86DB is #037924. Grayscale: #B2B2B2. Windows color (decimal): -227621 or 14386940. OLE color: 14386940.

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

Color convert

RGB 252 134 219 -
CMYK 0 0.47 0.13 0.01
HSL 316.78º 0.95% 0.76% -
HSV(B) 316.78º 0.47% 0.99% -
XYZ 61.46 42.86 72.05 -
YUV 178.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 252 134 219 0 0.47 0.13 0.01 316.78 0.95 0.76
Hex FC 86 DB 0 2F D 1 13D 5F 4C
Octal 374 206 333 0 57 15 1 475 137 114
Binary 11111100 10000110 11011011 0 101111 1101 1 100111101 1011111 1001100

Color Harmonies of #FC86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86DB

Black with #FC86DB

Text Example


Text Example

White with #FC86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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