Html Css Color HEX #FA8DDD Pale Magenta

📋 copy color: '#FA8DDD'

red 250 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #FA8DDD

Tints of Pale Magenta #FA8DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.04%

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

R = 40.85%
G = 23.04%
B = 36.11%

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

#FA8DDD (or 0xFA8DDD) is known color: Pale Magenta. HEX triplet: FA, 8D and DD. RGB value is (250,141,221). Sum of RGB (Red+Green+Blue) = 250+141+221=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DDD is #057222. Grayscale: #B6B6B6. Windows color (decimal): -356899 or 14519802. OLE color: 14519802.

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

Color convert

RGB 250 141 221 -
CMYK 0 0.44 0.12 0.02
HSL 315.96º 0.92% 0.77% -
HSV(B) 315.96º 0.44% 0.98% -
XYZ 62 44.59 73.75 -
YUV 182.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 250 141 221 0 0.44 0.12 0.02 315.96 0.92 0.77
Hex FA 8D DD 0 2C C 2 13C 5C 4D
Octal 372 215 335 0 54 14 2 474 134 115
Binary 11111010 10001101 11011101 0 101100 1100 10 100111100 1011100 1001101

Color Harmonies of #FA8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DDD

Black with #FA8DDD

Text Example


Text Example

White with #FA8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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