#FC85B8

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

Shades of Persian Pink #FC85B8

Tints of Persian Pink #FC85B8

Color information

#FC85B8 (or 0xFC85B8) is unknown color: approx Persian Pink. HEX triplet: FC, 85 and B8. RGB value is (252,133,184). Sum of RGB (Red+Green+Blue) = 252+133+184=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85B8 is #037A47. Grayscale: #AEAEAE. Windows color (decimal): -227912 or 12092924. OLE color: 12092924.

HSL color Cylindrical-coordinate representation of color #FC85B8: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85B8 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252133184-
CMYK00.470.270.01
HSL334.29º95.2%75.49%-
HSV(B)334.29º47.22%98.82%-
XYZ57.1840.9350.23-
YUV174.4133.42183.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 184 (72.27% from 255) = 32.34%
R=44.29%
G=23.37%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213318400.470.270.01334.2995.275.49
HexFC85B802F1B114e5f4b
Octal374205270057331516137113
Binary111111001000010110111000010111111011110100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC85B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC85B8; }

 p { color: rgb(252,133,184); }

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

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

 a { background-color: rgb(252,133,184); }

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

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

 span { border-color: rgb(252,133,184); }

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