Html Css Color HEX #FA8FDA Pale Magenta

📋 copy color: '#FA8FDA'

red 250 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #FA8FDA

Tints of Pale Magenta #FA8FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 40.92%
G = 23.4%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA8FDA (or 0xFA8FDA) is known color: Pale Magenta. HEX triplet: FA, 8F and DA. RGB value is (250,143,218). Sum of RGB (Red+Green+Blue) = 250+143+218=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FDA is #057025. Grayscale: #B7B7B7. Windows color (decimal): -356390 or 14323706. OLE color: 14323706.

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

Color convert

RGB 250 143 218 -
CMYK 0 0.43 0.13 0.02
HSL 317.94º 0.91% 0.77% -
HSV(B) 317.94º 0.43% 0.98% -
XYZ 61.9 45.03 71.76 -
YUV 183.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 250 143 218 0 0.43 0.13 0.02 317.94 0.91 0.77
Hex FA 8F DA 0 2B D 2 13E 5B 4D
Octal 372 217 332 0 53 15 2 476 133 115
Binary 11111010 10001111 11011010 0 101011 1101 10 100111110 1011011 1001101

Color Harmonies of #FA8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FDA

Black with #FA8FDA

Text Example


Text Example

White with #FA8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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