Html Css Color HEX #FB89DD Pale Magenta

📋 copy color: '#FB89DD'

red 251 ◦ green 137 ◦ blue 221

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

Shades of Pale Magenta #FB89DD

Tints of Pale Magenta #FB89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 41.22%
G = 22.5%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB89DD (or 0xFB89DD) is known color: Pale Magenta. HEX triplet: FB, 89 and DD. RGB value is (251,137,221). Sum of RGB (Red+Green+Blue) = 251+137+221=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89DD is #047622. Grayscale: #B4B4B4. Windows color (decimal): -292387 or 14518779. OLE color: 14518779.

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

Color convert

RGB 251 137 221 -
CMYK 0 0.45 0.12 0.02
HSL 315.79º 0.93% 0.76% -
HSV(B) 315.79º 0.45% 0.98% -
XYZ 61.78 43.62 73.57 -
YUV 180.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 251 137 221 0 0.45 0.12 0.02 315.79 0.93 0.76
Hex FB 89 DD 0 2D C 2 13C 5D 4C
Octal 373 211 335 0 55 14 2 474 135 114
Binary 11111011 10001001 11011101 0 101101 1100 10 100111100 1011101 1001100

Color Harmonies of #FB89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB89DD

Black with #FB89DD

Text Example


Text Example

White with #FB89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB89DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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