Html Css Color HEX #FA7CDE Pale Magenta

📋 copy color: '#FA7CDE'

red 250 ◦ green 124 ◦ blue 222

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

Shades of Pale Magenta #FA7CDE

Tints of Pale Magenta #FA7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.81%

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 41.95%
G = 20.81%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA7CDE (or 0xFA7CDE) is known color: Pale Magenta. HEX triplet: FA, 7C and DE. RGB value is (250,124,222). Sum of RGB (Red+Green+Blue) = 250+124+222=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CDE is #058321. Grayscale: #ACACAC. Windows color (decimal): -361250 or 14580986. OLE color: 14580986.

HSL color Cylindrical-coordinate representation of color #FA7CDE: hue angle of 313.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CDE is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 222 -
CMYK 0 0.50 0.11 0.02
HSL 313.33º 0.93% 0.73% -
HSV(B) 313.33º 0.5% 0.98% -
XYZ 59.82 40.01 73.68 -
YUV 172.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 250 124 222 0 0.50 0.11 0.02 313.33 0.93 0.73
Hex FA 7C DE 0 32 B 2 139 5D 49
Octal 372 174 336 0 62 13 2 471 135 111
Binary 11111010 1111100 11011110 0 110010 1011 10 100111001 1011101 1001001

Color Harmonies of #FA7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CDE

Black with #FA7CDE

Text Example


Text Example

White with #FA7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CDE; }

 p { color: rgb(250,124,222); }

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

background-color css

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

 a { background-color: rgb(250,124,222); }

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

border-color css

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

 span { border-color: rgb(250,124,222); }

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