Html Css Color HEX #FA8CDA Pale Magenta

📋 copy color: '#FA8CDA'

red 250 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #FA8CDA

Tints of Pale Magenta #FA8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.03%

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

R = 41.12%
G = 23.03%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA8CDA (or 0xFA8CDA) is known color: Pale Magenta. HEX triplet: FA, 8C and DA. RGB value is (250,140,218). Sum of RGB (Red+Green+Blue) = 250+140+218=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CDA is #057325. Grayscale: #B5B5B5. Windows color (decimal): -357158 or 14322938. OLE color: 14322938.

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

Color convert

RGB 250 140 218 -
CMYK 0 0.44 0.13 0.02
HSL 317.45º 0.92% 0.76% -
HSV(B) 317.45º 0.44% 0.98% -
XYZ 61.46 44.14 71.61 -
YUV 181.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 250 140 218 0 0.44 0.13 0.02 317.45 0.92 0.76
Hex FA 8C DA 0 2C D 2 13D 5C 4C
Octal 372 214 332 0 54 15 2 475 134 114
Binary 11111010 10001100 11011010 0 101100 1101 10 100111101 1011100 1001100

Color Harmonies of #FA8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CDA

Black with #FA8CDA

Text Example


Text Example

White with #FA8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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