Html Css Color HEX #FB81DA Pale Magenta

📋 copy color: '#FB81DA'

red 251 ◦ green 129 ◦ blue 218

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

Shades of Pale Magenta #FB81DA

Tints of Pale Magenta #FB81DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.57%

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 41.97%
G = 21.57%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB81DA (or 0xFB81DA) is known color: Pale Magenta. HEX triplet: FB, 81 and DA. RGB value is (251,129,218). Sum of RGB (Red+Green+Blue) = 251+129+218=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81DA is #047E25. Grayscale: #AFAFAF. Windows color (decimal): -294438 or 14320123. OLE color: 14320123.

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

Color convert

RGB 251 129 218 -
CMYK 0 0.49 0.13 0.02
HSL 316.23º 0.94% 0.75% -
HSV(B) 316.23º 0.49% 0.98% -
XYZ 60.29 41.27 71.12 -
YUV 175.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 251 129 218 0 0.49 0.13 0.02 316.23 0.94 0.75
Hex FB 81 DA 0 31 D 2 13C 5E 4B
Octal 373 201 332 0 61 15 2 474 136 113
Binary 11111011 10000001 11011010 0 110001 1101 10 100111100 1011110 1001011

Color Harmonies of #FB81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81DA

Black with #FB81DA

Text Example


Text Example

White with #FB81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81DA; }

 p { color: rgb(251,129,218); }

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

background-color css

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

 a { background-color: rgb(251,129,218); }

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

border-color css

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

 span { border-color: rgb(251,129,218); }

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