#FC7AB6

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

Shades of Persian Pink #FC7AB6

Tints of Persian Pink #FC7AB6

Color information

#FC7AB6 (or 0xFC7AB6) is unknown color: approx Persian Pink. HEX triplet: FC, 7A and B6. RGB value is (252,122,182). Sum of RGB (Red+Green+Blue) = 252+122+182=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7AB6 is #038549. Grayscale: #A7A7A7. Windows color (decimal): -230730 or 11959036. OLE color: 11959036.

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

Color convert

RGB252122182-
CMYK00.520.280.01
HSL332.31º95.59%73.33%-
HSV(B)332.31º51.59%98.82%-
XYZ55.5537.9948.66-
YUV167.71136.07188.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 122 (48.05% from 255) = 21.94%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=45.32%
G=21.94%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212218200.520.280.01332.3195.5973.33
HexFC7AB60341C114c6049
Octal374172266064341514140111
Binary11111100111101010110110011010011100110100110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7AB6; }

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

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

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

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

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

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

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

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