Html Css Color HEX #FA8DEA Pale Magenta

📋 copy color: '#FA8DEA'

red 250 ◦ green 141 ◦ blue 234

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

Shades of Pale Magenta #FA8DEA

Tints of Pale Magenta #FA8DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.44%

R = 40%
G = 22.56%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA8DEA (or 0xFA8DEA) is known color: Pale Magenta. HEX triplet: FA, 8D and EA. RGB value is (250,141,234). Sum of RGB (Red+Green+Blue) = 250+141+234=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 141 (55.47% from 255 or 22.56% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DEA is #057215. Grayscale: #B7B7B7. Windows color (decimal): -356886 or 15371770. OLE color: 15371770.

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

Color convert

RGB 250 141 234 -
CMYK 0 0.44 0.06 0.02
HSL 308.81º 0.92% 0.77% -
HSV(B) 308.81º 0.44% 0.98% -
XYZ 63.8 45.31 83.23 -
YUV 184.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 250 141 234 0 0.44 0.06 0.02 308.81 0.92 0.77
Hex FA 8D EA 0 2C 6 2 135 5C 4D
Octal 372 215 352 0 54 6 2 465 134 115
Binary 11111010 10001101 11101010 0 101100 110 10 100110101 1011100 1001101

Color Harmonies of #FA8DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DEA

Black with #FA8DEA

Text Example


Text Example

White with #FA8DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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