#FC80B6

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

Shades of Persian Pink #FC80B6

Tints of Persian Pink #FC80B6

Color information

#FC80B6 (or 0xFC80B6) is unknown color: approx Persian Pink. HEX triplet: FC, 80 and B6. RGB value is (252,128,182). Sum of RGB (Red+Green+Blue) = 252+128+182=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80B6 is #037F49. Grayscale: #ABABAB. Windows color (decimal): -229194 or 11960572. OLE color: 11960572.

HSL color Cylindrical-coordinate representation of color #FC80B6: hue angle of 333.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80B6 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252128182-
CMYK00.490.280.01
HSL333.87º95.38%74.51%-
HSV(B)333.87º49.21%98.82%-
XYZ56.3139.5148.91-
YUV171.23134.08185.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=44.84%
G=22.78%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212818200.490.280.01333.8795.3874.51
HexFC80B60311C114e5f4b
Octal374200266061341516137113
Binary111111001000000010110110011000111100110100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80B6; }

 p { color: rgb(252,128,182); }

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

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

 a { background-color: rgb(252,128,182); }

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

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

 span { border-color: rgb(252,128,182); }

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