Html Css Color HEX #FB88DD Pale Magenta

📋 copy color: '#FB88DD'

red 251 ◦ green 136 ◦ blue 221

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

Shades of Pale Magenta #FB88DD

Tints of Pale Magenta #FB88DD

RGB

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

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

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

R = 41.28%
G = 22.37%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB88DD (or 0xFB88DD) is known color: Pale Magenta. HEX triplet: FB, 88 and DD. RGB value is (251,136,221). Sum of RGB (Red+Green+Blue) = 251+136+221=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 136 (53.52% from 255 or 22.37% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88DD is #047722. Grayscale: #B3B3B3. Windows color (decimal): -292643 or 14518523. OLE color: 14518523.

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

Color convert

RGB 251 136 221 -
CMYK 0 0.46 0.12 0.02
HSL 315.65º 0.93% 0.76% -
HSV(B) 315.65º 0.46% 0.98% -
XYZ 61.64 43.34 73.52 -
YUV 180.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 251 136 221 0 0.46 0.12 0.02 315.65 0.93 0.76
Hex FB 88 DD 0 2E C 2 13C 5D 4C
Octal 373 210 335 0 56 14 2 474 135 114
Binary 11111011 10001000 11011101 0 101110 1100 10 100111100 1011101 1001100

Color Harmonies of #FB88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB88DD

Black with #FB88DD

Text Example


Text Example

White with #FB88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB88DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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