Html Css Color HEX #FC85BA Persian Pink

📋 copy color: '#FC85BA'

red 252 ◦ green 133 ◦ blue 186

#FC85BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FC85BA

Tints of Persian Pink #FC85BA

RGB

 RED value IS 252 (98.83% from 255) = 44.13%

 GREEN value IS 133 (52.34% from 255) = 23.29%

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 44.13%
G = 23.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC85BA (or 0xFC85BA) is known color: Persian Pink. HEX triplet: FC, 85 and BA. RGB value is (252,133,186). Sum of RGB (Red+Green+Blue) = 252+133+186=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85BA is #037A45. Grayscale: #AEAEAE. Windows color (decimal): -227910 or 12223996. OLE color: 12223996.

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

Color convert

RGB 252 133 186 -
CMYK 0 0.47 0.26 0.01
HSL 333.28º 0.95% 0.75% -
HSV(B) 333.28º 0.47% 0.99% -
XYZ 57.4 41.02 51.35 -
YUV 174.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 252 133 186 0 0.47 0.26 0.01 333.28 0.95 0.75
Hex FC 85 BA 0 2F 1A 1 14D 5F 4B
Octal 374 205 272 0 57 32 1 515 137 113
Binary 11111100 10000101 10111010 0 101111 11010 1 101001101 1011111 1001011

Color Harmonies of #FC85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85BA

Black with #FC85BA

Text Example


Text Example

White with #FC85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85BA; }

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

 H1.HeaderClassName
 {
   color: #FC85BA;
 }
 .AnyTagClassName
 {
   color: #FC85BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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