#FC7FBA

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

Shades of Persian Pink #FC7FBA

Tints of Persian Pink #FC7FBA

Color information

#FC7FBA (or 0xFC7FBA) is unknown color: approx Persian Pink. HEX triplet: FC, 7F and BA. RGB value is (252,127,186). Sum of RGB (Red+Green+Blue) = 252+127+186=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FBA is #038045. Grayscale: #AAAAAA. Windows color (decimal): -229446 or 12222460. OLE color: 12222460.

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

Color convert

RGB252127186-
CMYK00.500.260.01
HSL331.68º95.42%74.31%-
HSV(B)331.68º49.6%98.82%-
XYZ56.639.4251.08-
YUV171.1136.41185.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 127 (50% from 255) = 22.48%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=44.60%
G=22.48%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212718600.500.260.01331.6895.4274.31
HexFC7FBA0321A114c5f4a
Octal374177272062321514137112
Binary11111100111111110111010011001011010110100110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FBA; }

 p { color: rgb(252,127,186); }

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

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

 a { background-color: rgb(252,127,186); }

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

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

 span { border-color: rgb(252,127,186); }

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