Html Css Color HEX #FD92EC Pale Magenta

📋 copy color: '#FD92EC'

red 253 ◦ green 146 ◦ blue 236

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

Shades of Pale Magenta #FD92EC

Tints of Pale Magenta #FD92EC

RGB

 RED value IS 253 (99.22% from 255) = 39.84%

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

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

R = 39.84%
G = 22.99%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD92EC (or 0xFD92EC) is known color: Pale Magenta. HEX triplet: FD, 92 and EC. RGB value is (253,146,236). Sum of RGB (Red+Green+Blue) = 253+146+236=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 146 (57.42% from 255 or 22.99% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD92EC is #026D13. Grayscale: #BCBCBC. Windows color (decimal): -158996 or 15504125. OLE color: 15504125.

HSL color Cylindrical-coordinate representation of color #FD92EC: hue angle of 309.53º degrees, saturation: 0.96, 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 #FD92EC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 146 236 -
CMYK 0 0.42 0.07 0.01
HSL 309.53º 0.96% 0.78% -
HSV(B) 309.53º 0.42% 0.99% -
XYZ 65.93 47.5 85.05 -
YUV 188.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 253 146 236 0 0.42 0.07 0.01 309.53 0.96 0.78
Hex FD 92 EC 0 2A 7 1 136 60 4E
Octal 375 222 354 0 52 7 1 466 140 116
Binary 11111101 10010010 11101100 0 101010 111 1 100110110 1100000 1001110

Color Harmonies of #FD92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD92EC

Black with #FD92EC

Text Example


Text Example

White with #FD92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD92EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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