Html Css Color HEX #FB8AD8 Pale Magenta

📋 copy color: '#FB8AD8'

red 251 ◦ green 138 ◦ blue 216

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

Shades of Pale Magenta #FB8AD8

Tints of Pale Magenta #FB8AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.81%

 BLUE value IS 216 (84.77% from 255) = 35.7%

R = 41.49%
G = 22.81%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB8AD8 (or 0xFB8AD8) is known color: Pale Magenta. HEX triplet: FB, 8A and D8. RGB value is (251,138,216). Sum of RGB (Red+Green+Blue) = 251+138+216=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AD8 is #047527. Grayscale: #B4B4B4. Windows color (decimal): -292136 or 14191355. OLE color: 14191355.

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

Color convert

RGB 251 138 216 -
CMYK 0 0.45 0.14 0.02
HSL 318.58º 0.93% 0.76% -
HSV(B) 318.58º 0.45% 0.98% -
XYZ 61.27 43.64 70.16 -
YUV 180.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 251 138 216 0 0.45 0.14 0.02 318.58 0.93 0.76
Hex FB 8A D8 0 2D E 2 13F 5D 4C
Octal 373 212 330 0 55 16 2 477 135 114
Binary 11111011 10001010 11011000 0 101101 1110 10 100111111 1011101 1001100

Color Harmonies of #FB8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8AD8

Black with #FB8AD8

Text Example


Text Example

White with #FB8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8AD8; }

 p { color: rgb(251,138,216); }

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

background-color css

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

 a { background-color: rgb(251,138,216); }

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

border-color css

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

 span { border-color: rgb(251,138,216); }

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