Html Css Color HEX #FC8BE2 Pale Magenta

📋 copy color: '#FC8BE2'

red 252 ◦ green 139 ◦ blue 226

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

Shades of Pale Magenta #FC8BE2

Tints of Pale Magenta #FC8BE2

RGB

 RED value IS 252 (98.83% from 255) = 40.84%

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

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 40.84%
G = 22.53%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC8BE2 (or 0xFC8BE2) is known color: Pale Magenta. HEX triplet: FC, 8B and E2. RGB value is (252,139,226). Sum of RGB (Red+Green+Blue) = 252+139+226=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BE2 is #03741D. Grayscale: #B6B6B6. Windows color (decimal): -226334 or 14846972. OLE color: 14846972.

HSL color Cylindrical-coordinate representation of color #FC8BE2: hue angle of 313.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BE2 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 139 226 -
CMYK 0 0.45 0.10 0.01
HSL 313.81º 0.95% 0.77% -
HSV(B) 313.81º 0.45% 0.99% -
XYZ 63.1 44.65 77.24 -
YUV 182.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 252 139 226 0 0.45 0.10 0.01 313.81 0.95 0.77
Hex FC 8B E2 0 2D A 1 13A 5F 4D
Octal 374 213 342 0 55 12 1 472 137 115
Binary 11111100 10001011 11100010 0 101101 1010 1 100111010 1011111 1001101

Color Harmonies of #FC8BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BE2

Black with #FC8BE2

Text Example


Text Example

White with #FC8BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BE2; }

 p { color: rgb(252,139,226); }

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

background-color css

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

 a { background-color: rgb(252,139,226); }

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

border-color css

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

 span { border-color: rgb(252,139,226); }

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