Html Css Color HEX #FA8FDB Pale Magenta

📋 copy color: '#FA8FDB'

red 250 ◦ green 143 ◦ blue 219

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

Shades of Pale Magenta #FA8FDB

Tints of Pale Magenta #FA8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.37%

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

R = 40.85%
G = 23.37%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA8FDB (or 0xFA8FDB) is known color: Pale Magenta. HEX triplet: FA, 8F and DB. RGB value is (250,143,219). Sum of RGB (Red+Green+Blue) = 250+143+219=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FDB is #057024. Grayscale: #B7B7B7. Windows color (decimal): -356389 or 14389242. OLE color: 14389242.

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

Color convert

RGB 250 143 219 -
CMYK 0 0.43 0.12 0.02
HSL 317.38º 0.91% 0.77% -
HSV(B) 317.38º 0.43% 0.98% -
XYZ 62.03 45.08 72.45 -
YUV 183.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 250 143 219 0 0.43 0.12 0.02 317.38 0.91 0.77
Hex FA 8F DB 0 2B C 2 13D 5B 4D
Octal 372 217 333 0 53 14 2 475 133 115
Binary 11111010 10001111 11011011 0 101011 1100 10 100111101 1011011 1001101

Color Harmonies of #FA8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FDB

Black with #FA8FDB

Text Example


Text Example

White with #FA8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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