Html Css Color HEX #FC92EC Pale Magenta

📋 copy color: '#FC92EC'

red 252 ◦ green 146 ◦ blue 236

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

Shades of Pale Magenta #FC92EC

Tints of Pale Magenta #FC92EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.03%

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

R = 39.75%
G = 23.03%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC92EC (or 0xFC92EC) is known color: Pale Magenta. HEX triplet: FC, 92 and EC. RGB value is (252,146,236). Sum of RGB (Red+Green+Blue) = 252+146+236=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC92EC is #036D13. Grayscale: #BBBBBB. Windows color (decimal): -224532 or 15504124. OLE color: 15504124.

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

Color convert

RGB 252 146 236 -
CMYK 0 0.42 0.06 0.01
HSL 309.06º 0.95% 0.78% -
HSV(B) 309.06º 0.42% 0.99% -
XYZ 65.56 47.31 85.03 -
YUV 187.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 252 146 236 0 0.42 0.06 0.01 309.06 0.95 0.78
Hex FC 92 EC 0 2A 6 1 135 5F 4E
Octal 374 222 354 0 52 6 1 465 137 116
Binary 11111100 10010010 11101100 0 101010 110 1 100110101 1011111 1001110

Color Harmonies of #FC92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92EC

Black with #FC92EC

Text Example


Text Example

White with #FC92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92EC; }

 p { color: rgb(252,146,236); }

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

background-color css

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

 a { background-color: rgb(252,146,236); }

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

border-color css

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

 span { border-color: rgb(252,146,236); }

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