Html Css Color HEX #FC7BEE Pale Magenta

📋 copy color: '#FC7BEE'

red 252 ◦ green 123 ◦ blue 238

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

Shades of Pale Magenta #FC7BEE

Tints of Pale Magenta #FC7BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 41.11%
G = 20.07%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC7BEE (or 0xFC7BEE) is known color: Pale Magenta. HEX triplet: FC, 7B and EE. RGB value is (252,123,238). Sum of RGB (Red+Green+Blue) = 252+123+238=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 123 (48.44% from 255 or 20.07% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BEE is #038411. Grayscale: #AEAEAE. Windows color (decimal): -230418 or 15629308. OLE color: 15629308.

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

Color convert

RGB 252 123 238 -
CMYK 0 0.51 0.06 0.01
HSL 306.51º 0.96% 0.74% -
HSV(B) 306.51º 0.51% 0.99% -
XYZ 62.66 41.03 85.51 -
YUV 174.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 252 123 238 0 0.51 0.06 0.01 306.51 0.96 0.74
Hex FC 7B EE 0 33 6 1 133 60 4A
Octal 374 173 356 0 63 6 1 463 140 112
Binary 11111100 1111011 11101110 0 110011 110 1 100110011 1100000 1001010

Color Harmonies of #FC7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BEE

Black with #FC7BEE

Text Example


Text Example

White with #FC7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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