Html Css Color HEX #FB83DC Pale Magenta

📋 copy color: '#FB83DC'

red 251 ◦ green 131 ◦ blue 220

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

Shades of Pale Magenta #FB83DC

Tints of Pale Magenta #FB83DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 41.69%
G = 21.76%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB83DC (or 0xFB83DC) is known color: Pale Magenta. HEX triplet: FB, 83 and DC. RGB value is (251,131,220). Sum of RGB (Red+Green+Blue) = 251+131+220=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83DC is #047C23. Grayscale: #B0B0B0. Windows color (decimal): -293924 or 14451707. OLE color: 14451707.

HSL color Cylindrical-coordinate representation of color #FB83DC: hue angle of 315.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 #FB83DC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 220 -
CMYK 0 0.48 0.12 0.02
HSL 315.5º 0.94% 0.75% -
HSV(B) 315.5º 0.48% 0.98% -
XYZ 60.82 41.91 72.59 -
YUV 177.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 251 131 220 0 0.48 0.12 0.02 315.5 0.94 0.75
Hex FB 83 DC 0 30 C 2 13C 5E 4B
Octal 373 203 334 0 60 14 2 474 136 113
Binary 11111011 10000011 11011100 0 110000 1100 10 100111100 1011110 1001011

Color Harmonies of #FB83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB83DC

Black with #FB83DC

Text Example


Text Example

White with #FB83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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