Html Css Color HEX #FB88DB Pale Magenta

📋 copy color: '#FB88DB'

red 251 ◦ green 136 ◦ blue 219

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

Shades of Pale Magenta #FB88DB

Tints of Pale Magenta #FB88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.44%

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 41.42%
G = 22.44%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB88DB (or 0xFB88DB) is known color: Pale Magenta. HEX triplet: FB, 88 and DB. RGB value is (251,136,219). Sum of RGB (Red+Green+Blue) = 251+136+219=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88DB is #047724. Grayscale: #B3B3B3. Windows color (decimal): -292645 or 14387451. OLE color: 14387451.

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

Color convert

RGB 251 136 219 -
CMYK 0 0.46 0.13 0.02
HSL 316.7º 0.93% 0.76% -
HSV(B) 316.7º 0.46% 0.98% -
XYZ 61.37 43.23 72.13 -
YUV 179.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 251 136 219 0 0.46 0.13 0.02 316.7 0.93 0.76
Hex FB 88 DB 0 2E D 2 13D 5D 4C
Octal 373 210 333 0 56 15 2 475 135 114
Binary 11111011 10001000 11011011 0 101110 1101 10 100111101 1011101 1001100

Color Harmonies of #FB88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB88DB

Black with #FB88DB

Text Example


Text Example

White with #FB88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB88DB; }

 p { color: rgb(251,136,219); }

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

background-color css

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

 a { background-color: rgb(251,136,219); }

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

border-color css

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

 span { border-color: rgb(251,136,219); }

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