#FF80BB

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

Shades of Persian Pink #FF80BB

Tints of Persian Pink #FF80BB

Color information

#FF80BB (or 0xFF80BB) is unknown color: approx Persian Pink. HEX triplet: FF, 80 and BB. RGB value is (255,128,187). Sum of RGB (Red+Green+Blue) = 255+128+187=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BB is #007F44. Grayscale: #ACACAC. Windows color (decimal): -32581 or 12288255. OLE color: 12288255.

HSL color Cylindrical-coordinate representation of color #FF80BB: hue angle of 332.13º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80BB is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255128187-
CMYK00.500.270
HSL332.13º100%75.1%-
HSV(B)332.13º49.8%100%-
XYZ57.9340.2951.74-
YUV172.7136.08186.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=44.74%
G=22.46%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512818700.500.270332.1310075.1
HexFF80BB0321B014c644b
Octal377200273062330514144113
Binary111111111000000010111011011001011011010100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80BB; }

 p { color: rgb(255,128,187); }

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

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

 a { background-color: rgb(255,128,187); }

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

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

 span { border-color: rgb(255,128,187); }

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