Html Css Color HEX #FB83E2 Pale Magenta

📋 copy color: '#FB83E2'

red 251 ◦ green 131 ◦ blue 226

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

Shades of Pale Magenta #FB83E2

Tints of Pale Magenta #FB83E2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.55%

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 41.28%
G = 21.55%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB83E2 (or 0xFB83E2) is known color: Pale Magenta. HEX triplet: FB, 83 and E2. RGB value is (251,131,226). Sum of RGB (Red+Green+Blue) = 251+131+226=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83E2 is #047C1D. Grayscale: #B1B1B1. Windows color (decimal): -293918 or 14844923. OLE color: 14844923.

HSL color Cylindrical-coordinate representation of color #FB83E2: hue angle of 312.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB83E2 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 226 -
CMYK 0 0.48 0.10 0.02
HSL 312.5º 0.94% 0.75% -
HSV(B) 312.5º 0.48% 0.98% -
XYZ 61.63 42.23 76.86 -
YUV 177.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 251 131 226 0 0.48 0.10 0.02 312.5 0.94 0.75
Hex FB 83 E2 0 30 A 2 138 5E 4B
Octal 373 203 342 0 60 12 2 470 136 113
Binary 11111011 10000011 11100010 0 110000 1010 10 100111000 1011110 1001011

Color Harmonies of #FB83E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB83E2

Black with #FB83E2

Text Example


Text Example

White with #FB83E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB83E2; }

 p { color: rgb(251,131,226); }

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

background-color css

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

 a { background-color: rgb(251,131,226); }

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

border-color css

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

 span { border-color: rgb(251,131,226); }

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