Html Css Color HEX #FB80DE Pale Magenta

📋 copy color: '#FB80DE'

red 251 ◦ green 128 ◦ blue 222

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

Shades of Pale Magenta #FB80DE

Tints of Pale Magenta #FB80DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.3%

 BLUE value IS 222 (87.11% from 255) = 36.94%

R = 41.76%
G = 21.3%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB80DE (or 0xFB80DE) is known color: Pale Magenta. HEX triplet: FB, 80 and DE. RGB value is (251,128,222). Sum of RGB (Red+Green+Blue) = 251+128+222=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80DE is #047F21. Grayscale: #AFAFAF. Windows color (decimal): -294690 or 14582011. OLE color: 14582011.

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

Color convert

RGB 251 128 222 -
CMYK 0 0.49 0.12 0.02
HSL 314.15º 0.94% 0.74% -
HSV(B) 314.15º 0.49% 0.98% -
XYZ 60.69 41.22 73.87 -
YUV 175.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 251 128 222 0 0.49 0.12 0.02 314.15 0.94 0.74
Hex FB 80 DE 0 31 C 2 13A 5E 4A
Octal 373 200 336 0 61 14 2 472 136 112
Binary 11111011 10000000 11011110 0 110001 1100 10 100111010 1011110 1001010

Color Harmonies of #FB80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80DE

Black with #FB80DE

Text Example


Text Example

White with #FB80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80DE; }

 p { color: rgb(251,128,222); }

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

background-color css

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

 a { background-color: rgb(251,128,222); }

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

border-color css

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

 span { border-color: rgb(251,128,222); }

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