Html Css Color HEX #FA8BDE Pale Magenta

📋 copy color: '#FA8BDE'

red 250 ◦ green 139 ◦ blue 222

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

Shades of Pale Magenta #FA8BDE

Tints of Pale Magenta #FA8BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 40.92%
G = 22.75%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA8BDE (or 0xFA8BDE) is known color: Pale Magenta. HEX triplet: FA, 8B and DE. RGB value is (250,139,222). Sum of RGB (Red+Green+Blue) = 250+139+222=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BDE is #057421. Grayscale: #B5B5B5. Windows color (decimal): -357410 or 14584826. OLE color: 14584826.

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

Color convert

RGB 250 139 222 -
CMYK 0 0.44 0.11 0.02
HSL 315.14º 0.92% 0.76% -
HSV(B) 315.14º 0.44% 0.98% -
XYZ 61.84 44.06 74.35 -
YUV 181.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 250 139 222 0 0.44 0.11 0.02 315.14 0.92 0.76
Hex FA 8B DE 0 2C B 2 13B 5C 4C
Octal 372 213 336 0 54 13 2 473 134 114
Binary 11111010 10001011 11011110 0 101100 1011 10 100111011 1011100 1001100

Color Harmonies of #FA8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BDE

Black with #FA8BDE

Text Example


Text Example

White with #FA8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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