Html Css Color HEX #FA8CDC Pale Magenta

📋 copy color: '#FA8CDC'

red 250 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #FA8CDC

Tints of Pale Magenta #FA8CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 40.98%
G = 22.95%
B = 36.07%

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

#FA8CDC (or 0xFA8CDC) is known color: Pale Magenta. HEX triplet: FA, 8C and DC. RGB value is (250,140,220). Sum of RGB (Red+Green+Blue) = 250+140+220=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CDC is #057323. Grayscale: #B5B5B5. Windows color (decimal): -357156 or 14454010. OLE color: 14454010.

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

Color convert

RGB 250 140 220 -
CMYK 0 0.44 0.12 0.02
HSL 316.36º 0.92% 0.76% -
HSV(B) 316.36º 0.44% 0.98% -
XYZ 61.72 44.25 73 -
YUV 182.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 250 140 220 0 0.44 0.12 0.02 316.36 0.92 0.76
Hex FA 8C DC 0 2C C 2 13C 5C 4C
Octal 372 214 334 0 54 14 2 474 134 114
Binary 11111010 10001100 11011100 0 101100 1100 10 100111100 1011100 1001100

Color Harmonies of #FA8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8CDC

Black with #FA8CDC

Text Example


Text Example

White with #FA8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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