Html Css Color HEX #FC88DB Pale Magenta

📋 copy color: '#FC88DB'

red 252 ◦ green 136 ◦ blue 219

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

Shades of Pale Magenta #FC88DB

Tints of Pale Magenta #FC88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.41%

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

R = 41.52%
G = 22.41%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC88DB (or 0xFC88DB) is known color: Pale Magenta. HEX triplet: FC, 88 and DB. RGB value is (252,136,219). Sum of RGB (Red+Green+Blue) = 252+136+219=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88DB is #037724. Grayscale: #B3B3B3. Windows color (decimal): -227109 or 14387452. OLE color: 14387452.

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

Color convert

RGB 252 136 219 -
CMYK 0 0.46 0.13 0.01
HSL 317.07º 0.95% 0.76% -
HSV(B) 317.07º 0.46% 0.99% -
XYZ 61.74 43.42 72.14 -
YUV 180.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 252 136 219 0 0.46 0.13 0.01 317.07 0.95 0.76
Hex FC 88 DB 0 2E D 1 13D 5F 4C
Octal 374 210 333 0 56 15 1 475 137 114
Binary 11111100 10001000 11011011 0 101110 1101 1 100111101 1011111 1001100

Color Harmonies of #FC88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC88DB

Black with #FC88DB

Text Example


Text Example

White with #FC88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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