#FC7DBF

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

Shades of Persian Pink #FC7DBF

Tints of Persian Pink #FC7DBF

Color information

#FC7DBF (or 0xFC7DBF) is unknown color: approx Persian Pink. HEX triplet: FC, 7D and BF. RGB value is (252,125,191). Sum of RGB (Red+Green+Blue) = 252+125+191=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DBF is #038240. Grayscale: #AAAAAA. Windows color (decimal): -229953 or 12549628. OLE color: 12549628.

HSL color Cylindrical-coordinate representation of color #FC7DBF: hue angle of 328.82º 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 #FC7DBF is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252125191-
CMYK00.500.240.01
HSL328.82º95.49%73.92%-
HSV(B)328.82º50.4%98.82%-
XYZ56.8839.1253.84-
YUV170.5139.58186.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 191 (75% from 255) = 33.63%
R=44.37%
G=22.01%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212519100.500.240.01328.8295.4973.92
HexFC7DBF0321811495f4a
Octal374175277062301511137112
Binary11111100111110110111111011001011000110100100110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DBF; }

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

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

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

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

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

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

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

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