Html Css Color HEX #FA8BDD Pale Magenta

📋 copy color: '#FA8BDD'

red 250 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #FA8BDD

Tints of Pale Magenta #FA8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.79%

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 40.98%
G = 22.79%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA8BDD (or 0xFA8BDD) is known color: Pale Magenta. HEX triplet: FA, 8B and DD. RGB value is (250,139,221). Sum of RGB (Red+Green+Blue) = 250+139+221=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BDD is #057422. Grayscale: #B5B5B5. Windows color (decimal): -357411 or 14519290. OLE color: 14519290.

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

Color convert

RGB 250 139 221 -
CMYK 0 0.44 0.12 0.02
HSL 315.68º 0.92% 0.76% -
HSV(B) 315.68º 0.44% 0.98% -
XYZ 61.71 44.01 73.65 -
YUV 181.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 250 139 221 0 0.44 0.12 0.02 315.68 0.92 0.76
Hex FA 8B DD 0 2C C 2 13C 5C 4C
Octal 372 213 335 0 54 14 2 474 134 114
Binary 11111010 10001011 11011101 0 101100 1100 10 100111100 1011100 1001100

Color Harmonies of #FA8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BDD

Black with #FA8BDD

Text Example


Text Example

White with #FA8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BDD; }

 p { color: rgb(250,139,221); }

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

background-color css

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

 a { background-color: rgb(250,139,221); }

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

border-color css

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

 span { border-color: rgb(250,139,221); }

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