Html Css Color HEX #FA8EDB Pale Magenta

📋 copy color: '#FA8EDB'

red 250 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #FA8EDB

Tints of Pale Magenta #FA8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.24%

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

R = 40.92%
G = 23.24%
B = 35.84%

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

#FA8EDB (or 0xFA8EDB) is known color: Pale Magenta. HEX triplet: FA, 8E and DB. RGB value is (250,142,219). Sum of RGB (Red+Green+Blue) = 250+142+219=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDB is #057124. Grayscale: #B6B6B6. Windows color (decimal): -356645 or 14388986. OLE color: 14388986.

HSL color Cylindrical-coordinate representation of color #FA8EDB: hue angle of 317.22º degrees, saturation: 0.92, 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 #FA8EDB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 142 219 -
CMYK 0 0.43 0.12 0.02
HSL 317.22º 0.92% 0.77% -
HSV(B) 317.22º 0.43% 0.98% -
XYZ 61.88 44.78 72.4 -
YUV 183.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 250 142 219 0 0.43 0.12 0.02 317.22 0.92 0.77
Hex FA 8E DB 0 2B C 2 13D 5C 4D
Octal 372 216 333 0 53 14 2 475 134 115
Binary 11111010 10001110 11011011 0 101011 1100 10 100111101 1011100 1001101

Color Harmonies of #FA8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8EDB

Black with #FA8EDB

Text Example


Text Example

White with #FA8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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