#FC7BBA

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

Shades of Persian Pink #FC7BBA

Tints of Persian Pink #FC7BBA

Color information

#FC7BBA (or 0xFC7BBA) is unknown color: approx Persian Pink. HEX triplet: FC, 7B and BA. RGB value is (252,123,186). Sum of RGB (Red+Green+Blue) = 252+123+186=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BBA is #038445. Grayscale: #A8A8A8. Windows color (decimal): -230470 or 12221436. OLE color: 12221436.

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

Color convert

RGB252123186-
CMYK00.510.260.01
HSL330.7º95.56%73.53%-
HSV(B)330.7º51.19%98.82%-
XYZ56.0938.4150.91-
YUV168.75137.74187.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 123 (48.44% from 255) = 21.93%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=44.92%
G=21.93%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212318600.510.260.01330.795.5673.53
HexFC7BBA0331A114b604a
Octal374173272063321513140112
Binary11111100111101110111010011001111010110100101111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7BBA; }

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

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

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

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

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

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

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

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