#FC7DB6

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

Shades of Persian Pink #FC7DB6

Tints of Persian Pink #FC7DB6

Color information

#FC7DB6 (or 0xFC7DB6) is unknown color: approx Persian Pink. HEX triplet: FC, 7D and B6. RGB value is (252,125,182). Sum of RGB (Red+Green+Blue) = 252+125+182=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DB6 is #038249. Grayscale: #A9A9A9. Windows color (decimal): -229962 or 11959804. OLE color: 11959804.

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

Color convert

RGB252125182-
CMYK00.500.280.01
HSL333.07º95.49%73.92%-
HSV(B)333.07º50.4%98.82%-
XYZ55.9238.7448.79-
YUV169.47135.08186.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=45.08%
G=22.36%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212518200.500.280.01333.0795.4973.92
HexFC7DB60321C114d5f4a
Octal374175266062341515137112
Binary11111100111110110110110011001011100110100110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DB6; }

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

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

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

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

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

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

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

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