#FF8BB6

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

Shades of Persian Pink #FF8BB6

Tints of Persian Pink #FF8BB6

Color information

#FF8BB6 (or 0xFF8BB6) is unknown color: approx Persian Pink. HEX triplet: FF, 8B and B6. RGB value is (255,139,182). Sum of RGB (Red+Green+Blue) = 255+139+182=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BB6 is #007449. Grayscale: #B2B2B2. Windows color (decimal): -29770 or 11963391. OLE color: 11963391.

HSL color Cylindrical-coordinate representation of color #FF8BB6: hue angle of 337.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BB6 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255139182-
CMYK00.450.290
HSL337.76º100%77.25%-
HSV(B)337.76º45.49%100%-
XYZ58.9243.149.47-
YUV178.59129.93182.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 139 (54.69% from 255) = 24.13%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=44.27%
G=24.13%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513918200.450.290337.7610077.25
HexFF8BB602D1D0152644d
Octal377213266055350522144115
Binary111111111000101110110110010110111101010101001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8BB6; }

 p { color: rgb(255,139,182); }

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

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

 a { background-color: rgb(255,139,182); }

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

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

 span { border-color: rgb(255,139,182); }

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