#FB88B7

Color #FB88B7 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FB88B7

Tints of Persian Pink #FB88B7

Color information

#FB88B7 (or 0xFB88B7) is unknown color: approx Persian Pink. HEX triplet: FB, 88 and B7. RGB value is (251,136,183). Sum of RGB (Red+Green+Blue) = 251+136+183=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88B7 is #047748. Grayscale: #AFAFAF. Windows color (decimal): -292681 or 12028155. OLE color: 12028155.

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

Color convert

RGB251136183-
CMYK00.460.270.02
HSL335.48º93.5%75.88%-
HSV(B)335.48º45.82%98.43%-
XYZ57.1441.5449.81-
YUV175.74132.1181.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=44.04%
G=23.86%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113618300.460.270.02335.4893.575.88
HexFB88B702E1B214f5d4c
Octal373210267056332517135114
Binary1111101110001000101101110101110110111010100111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88B7; }

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

 H1.HeaderClassName
 {
   color: #FB88B7;
 }
 .AnyTagClassName
 {
   color: #FB88B7;
 }
</style>
background-color css

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

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

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

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

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

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