#FC7CB6

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

Shades of Persian Pink #FC7CB6

Tints of Persian Pink #FC7CB6

Color information

#FC7CB6 (or 0xFC7CB6) is unknown color: approx Persian Pink. HEX triplet: FC, 7C and B6. RGB value is (252,124,182). Sum of RGB (Red+Green+Blue) = 252+124+182=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CB6 is #038349. Grayscale: #A8A8A8. Windows color (decimal): -230218 or 11959548. OLE color: 11959548.

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

Color convert

RGB252124182-
CMYK00.510.280.01
HSL332.81º95.52%73.73%-
HSV(B)332.81º50.79%98.82%-
XYZ55.838.4948.74-
YUV168.88135.41187.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 124 (48.83% from 255) = 22.22%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=45.16%
G=22.22%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212418200.510.280.01332.8195.5273.73
HexFC7CB60331C114d604a
Octal374174266063341515140112
Binary11111100111110010110110011001111100110100110111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7CB6; }

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

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

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

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

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

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

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

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