Html Css Color HEX #FB89DA Pale Magenta

📋 copy color: '#FB89DA'

red 251 ◦ green 137 ◦ blue 218

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

Shades of Pale Magenta #FB89DA

Tints of Pale Magenta #FB89DA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.61%

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

R = 41.42%
G = 22.61%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB89DA (or 0xFB89DA) is known color: Pale Magenta. HEX triplet: FB, 89 and DA. RGB value is (251,137,218). Sum of RGB (Red+Green+Blue) = 251+137+218=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89DA is #047625. Grayscale: #B4B4B4. Windows color (decimal): -292390 or 14322171. OLE color: 14322171.

HSL color Cylindrical-coordinate representation of color #FB89DA: hue angle of 317.37º 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 #FB89DA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 137 218 -
CMYK 0 0.45 0.13 0.02
HSL 317.37º 0.93% 0.76% -
HSV(B) 317.37º 0.45% 0.98% -
XYZ 61.38 43.46 71.48 -
YUV 180.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 251 137 218 0 0.45 0.13 0.02 317.37 0.93 0.76
Hex FB 89 DA 0 2D D 2 13D 5D 4C
Octal 373 211 332 0 55 15 2 475 135 114
Binary 11111011 10001001 11011010 0 101101 1101 10 100111101 1011101 1001100

Color Harmonies of #FB89DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB89DA

Black with #FB89DA

Text Example


Text Example

White with #FB89DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB89DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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