Html Css Color HEX #FB92EC Pale Magenta

📋 copy color: '#FB92EC'

red 251 ◦ green 146 ◦ blue 236

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

Shades of Pale Magenta #FB92EC

Tints of Pale Magenta #FB92EC

RGB

 RED value IS 251 (98.44% from 255) = 39.65%

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

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

R = 39.65%
G = 23.06%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB92EC (or 0xFB92EC) is known color: Pale Magenta. HEX triplet: FB, 92 and EC. RGB value is (251,146,236). Sum of RGB (Red+Green+Blue) = 251+146+236=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 146 (57.42% from 255 or 23.06% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB92EC is #046D13. Grayscale: #BBBBBB. Windows color (decimal): -290068 or 15504123. OLE color: 15504123.

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

Color convert

RGB 251 146 236 -
CMYK 0 0.42 0.06 0.02
HSL 308.57º 0.93% 0.78% -
HSV(B) 308.57º 0.42% 0.98% -
XYZ 65.2 47.12 85.02 -
YUV 187.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 251 146 236 0 0.42 0.06 0.02 308.57 0.93 0.78
Hex FB 92 EC 0 2A 6 2 135 5D 4E
Octal 373 222 354 0 52 6 2 465 135 116
Binary 11111011 10010010 11101100 0 101010 110 10 100110101 1011101 1001110

Color Harmonies of #FB92EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB92EC

Black with #FB92EC

Text Example


Text Example

White with #FB92EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB92EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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