Html Css Color HEX #FA88DB Pale Magenta

📋 copy color: '#FA88DB'

red 250 ◦ green 136 ◦ blue 219

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

Shades of Pale Magenta #FA88DB

Tints of Pale Magenta #FA88DB

RGB

 RED value IS 250 (98.05% from 255) = 41.32%

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

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

R = 41.32%
G = 22.48%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA88DB (or 0xFA88DB) is known color: Pale Magenta. HEX triplet: FA, 88 and DB. RGB value is (250,136,219). Sum of RGB (Red+Green+Blue) = 250+136+219=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88DB is #057724. Grayscale: #B3B3B3. Windows color (decimal): -358181 or 14387450. OLE color: 14387450.

HSL color Cylindrical-coordinate representation of color #FA88DB: hue angle of 316.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88DB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 136 219 -
CMYK 0 0.46 0.12 0.02
HSL 316.32º 0.92% 0.76% -
HSV(B) 316.32º 0.46% 0.98% -
XYZ 61.01 43.05 72.11 -
YUV 179.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 250 136 219 0 0.46 0.12 0.02 316.32 0.92 0.76
Hex FA 88 DB 0 2E C 2 13C 5C 4C
Octal 372 210 333 0 56 14 2 474 134 114
Binary 11111010 10001000 11011011 0 101110 1100 10 100111100 1011100 1001100

Color Harmonies of #FA88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA88DB

Black with #FA88DB

Text Example


Text Example

White with #FA88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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