Html Css Color HEX #FA8BEC Pale Magenta

📋 copy color: '#FA8BEC'

red 250 ◦ green 139 ◦ blue 236

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

Shades of Pale Magenta #FA8BEC

Tints of Pale Magenta #FA8BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.24%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 40%
G = 22.24%
B = 37.76%

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

#FA8BEC (or 0xFA8BEC) is known color: Pale Magenta. HEX triplet: FA, 8B and EC. RGB value is (250,139,236). Sum of RGB (Red+Green+Blue) = 250+139+236=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BEC is #057413. Grayscale: #B6B6B6. Windows color (decimal): -357396 or 15502330. OLE color: 15502330.

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

Color convert

RGB 250 139 236 -
CMYK 0 0.44 0.06 0.02
HSL 307.57º 0.92% 0.76% -
HSV(B) 307.57º 0.44% 0.98% -
XYZ 63.8 44.85 84.65 -
YUV 183.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 250 139 236 0 0.44 0.06 0.02 307.57 0.92 0.76
Hex FA 8B EC 0 2C 6 2 134 5C 4C
Octal 372 213 354 0 54 6 2 464 134 114
Binary 11111010 10001011 11101100 0 101100 110 10 100110100 1011100 1001100

Color Harmonies of #FA8BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BEC

Black with #FA8BEC

Text Example


Text Example

White with #FA8BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BEC; }

 p { color: rgb(250,139,236); }

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

background-color css

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

 a { background-color: rgb(250,139,236); }

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

border-color css

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

 span { border-color: rgb(250,139,236); }

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