Html Css Color HEX #FB88E0 Pale Magenta

📋 copy color: '#FB88E0'

red 251 ◦ green 136 ◦ blue 224

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

Shades of Pale Magenta #FB88E0

Tints of Pale Magenta #FB88E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 41.08%
G = 22.26%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB88E0 (or 0xFB88E0) is known color: Pale Magenta. HEX triplet: FB, 88 and E0. RGB value is (251,136,224). Sum of RGB (Red+Green+Blue) = 251+136+224=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88E0 is #04771F. Grayscale: #B4B4B4. Windows color (decimal): -292640 or 14715131. OLE color: 14715131.

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

Color convert

RGB 251 136 224 -
CMYK 0 0.46 0.11 0.02
HSL 314.09º 0.93% 0.76% -
HSV(B) 314.09º 0.46% 0.98% -
XYZ 62.04 43.5 75.65 -
YUV 180.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 251 136 224 0 0.46 0.11 0.02 314.09 0.93 0.76
Hex FB 88 E0 0 2E B 2 13A 5D 4C
Octal 373 210 340 0 56 13 2 472 135 114
Binary 11111011 10001000 11100000 0 101110 1011 10 100111010 1011101 1001100

Color Harmonies of #FB88E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB88E0

Black with #FB88E0

Text Example


Text Example

White with #FB88E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB88E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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