Html Css Color HEX #FA8DEB Pale Magenta

📋 copy color: '#FA8DEB'

red 250 ◦ green 141 ◦ blue 235

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

Shades of Pale Magenta #FA8DEB

Tints of Pale Magenta #FA8DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.54%

R = 39.94%
G = 22.52%
B = 37.54%

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

#FA8DEB (or 0xFA8DEB) is known color: Pale Magenta. HEX triplet: FA, 8D and EB. RGB value is (250,141,235). Sum of RGB (Red+Green+Blue) = 250+141+235=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DEB is #057214. Grayscale: #B8B8B8. Windows color (decimal): -356885 or 15437306. OLE color: 15437306.

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

Color convert

RGB 250 141 235 -
CMYK 0 0.44 0.06 0.02
HSL 308.26º 0.92% 0.77% -
HSV(B) 308.26º 0.44% 0.98% -
XYZ 63.94 45.37 83.98 -
YUV 184.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 250 141 235 0 0.44 0.06 0.02 308.26 0.92 0.77
Hex FA 8D EB 0 2C 6 2 134 5C 4D
Octal 372 215 353 0 54 6 2 464 134 115
Binary 11111010 10001101 11101011 0 101100 110 10 100110100 1011100 1001101

Color Harmonies of #FA8DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DEB

Black with #FA8DEB

Text Example


Text Example

White with #FA8DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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