Html Css Color HEX #FA8CDD Pale Magenta

📋 copy color: '#FA8CDD'

red 250 ◦ green 140 ◦ blue 221

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

Shades of Pale Magenta #FA8CDD

Tints of Pale Magenta #FA8CDD

RGB

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

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

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

R = 40.92%
G = 22.91%
B = 36.17%

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

#FA8CDD (or 0xFA8CDD) is known color: Pale Magenta. HEX triplet: FA, 8C and DD. RGB value is (250,140,221). Sum of RGB (Red+Green+Blue) = 250+140+221=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CDD is #057322. Grayscale: #B5B5B5. Windows color (decimal): -357155 or 14519546. OLE color: 14519546.

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

Color convert

RGB 250 140 221 -
CMYK 0 0.44 0.12 0.02
HSL 315.82º 0.92% 0.76% -
HSV(B) 315.82º 0.44% 0.98% -
XYZ 61.85 44.3 73.7 -
YUV 182.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 250 140 221 0 0.44 0.12 0.02 315.82 0.92 0.76
Hex FA 8C DD 0 2C C 2 13C 5C 4C
Octal 372 214 335 0 54 14 2 474 134 114
Binary 11111010 10001100 11011101 0 101100 1100 10 100111100 1011100 1001100

Color Harmonies of #FA8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CDD

Black with #FA8CDD

Text Example


Text Example

White with #FA8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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