Html Css Color HEX #FC8CDB Pale Magenta

📋 copy color: '#FC8CDB'

red 252 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #FC8CDB

Tints of Pale Magenta #FC8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.91%

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

R = 41.24%
G = 22.91%
B = 35.84%

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

#FC8CDB (or 0xFC8CDB) is known color: Pale Magenta. HEX triplet: FC, 8C and DB. RGB value is (252,140,219). Sum of RGB (Red+Green+Blue) = 252+140+219=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CDB is #037324. Grayscale: #B6B6B6. Windows color (decimal): -226085 or 14388476. OLE color: 14388476.

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

Color convert

RGB 252 140 219 -
CMYK 0 0.44 0.13 0.01
HSL 317.68º 0.95% 0.77% -
HSV(B) 317.68º 0.44% 0.99% -
XYZ 62.31 44.57 72.34 -
YUV 182.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 252 140 219 0 0.44 0.13 0.01 317.68 0.95 0.77
Hex FC 8C DB 0 2C D 1 13E 5F 4D
Octal 374 214 333 0 54 15 1 476 137 115
Binary 11111100 10001100 11011011 0 101100 1101 1 100111110 1011111 1001101

Color Harmonies of #FC8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CDB

Black with #FC8CDB

Text Example


Text Example

White with #FC8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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