Html Css Color HEX #FC7BE8 Pale Magenta

📋 copy color: '#FC7BE8'

red 252 ◦ green 123 ◦ blue 232

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

Shades of Pale Magenta #FC7BE8

Tints of Pale Magenta #FC7BE8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.26%

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 41.52%
G = 20.26%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC7BE8 (or 0xFC7BE8) is known color: Pale Magenta. HEX triplet: FC, 7B and E8. RGB value is (252,123,232). Sum of RGB (Red+Green+Blue) = 252+123+232=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 123 (48.44% from 255 or 20.26% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BE8 is #038417. Grayscale: #ADADAD. Windows color (decimal): -230424 or 15236092. OLE color: 15236092.

HSL color Cylindrical-coordinate representation of color #FC7BE8: hue angle of 309.3º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BE8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 123 232 -
CMYK 0 0.51 0.08 0.01
HSL 309.3º 0.96% 0.74% -
HSV(B) 309.3º 0.51% 0.99% -
XYZ 61.79 40.69 80.94 -
YUV 174 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 252 123 232 0 0.51 0.08 0.01 309.3 0.96 0.74
Hex FC 7B E8 0 33 8 1 135 60 4A
Octal 374 173 350 0 63 10 1 465 140 112
Binary 11111100 1111011 11101000 0 110011 1000 1 100110101 1100000 1001010

Color Harmonies of #FC7BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BE8

Black with #FC7BE8

Text Example


Text Example

White with #FC7BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BE8; }

 p { color: rgb(252,123,232); }

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

background-color css

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

 a { background-color: rgb(252,123,232); }

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

border-color css

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

 span { border-color: rgb(252,123,232); }

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