Html Css Color HEX #FC8EDB Pale Magenta

📋 copy color: '#FC8EDB'

red 252 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #FC8EDB

Tints of Pale Magenta #FC8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.16%

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

R = 41.11%
G = 23.16%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC8EDB (or 0xFC8EDB) is known color: Pale Magenta. HEX triplet: FC, 8E and DB. RGB value is (252,142,219). Sum of RGB (Red+Green+Blue) = 252+142+219=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EDB is #037124. Grayscale: #B7B7B7. Windows color (decimal): -225573 or 14388988. OLE color: 14388988.

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

Color convert

RGB 252 142 219 -
CMYK 0 0.44 0.13 0.01
HSL 318º 0.95% 0.77% -
HSV(B) 318º 0.44% 0.99% -
XYZ 62.6 45.16 72.43 -
YUV 183.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 252 142 219 0 0.44 0.13 0.01 318 0.95 0.77
Hex FC 8E DB 0 2C D 1 13E 5F 4D
Octal 374 216 333 0 54 15 1 476 137 115
Binary 11111100 10001110 11011011 0 101100 1101 1 100111110 1011111 1001101

Color Harmonies of #FC8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EDB

Black with #FC8EDB

Text Example


Text Example

White with #FC8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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