Html Css Color HEX #FC85BC Persian Pink

📋 copy color: '#FC85BC'

red 252 ◦ green 133 ◦ blue 188

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

Shades of Persian Pink #FC85BC

Tints of Persian Pink #FC85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.81%

R = 43.98%
G = 23.21%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC85BC (or 0xFC85BC) is known color: Persian Pink. HEX triplet: FC, 85 and BC. RGB value is (252,133,188). Sum of RGB (Red+Green+Blue) = 252+133+188=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85BC is #037A43. Grayscale: #AEAEAE. Windows color (decimal): -227908 or 12355068. OLE color: 12355068.

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

Color convert

RGB 252 133 188 -
CMYK 0 0.47 0.25 0.01
HSL 332.27º 0.95% 0.75% -
HSV(B) 332.27º 0.47% 0.99% -
XYZ 57.61 41.1 52.47 -
YUV 174.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 252 133 188 0 0.47 0.25 0.01 332.27 0.95 0.75
Hex FC 85 BC 0 2F 19 1 14C 5F 4B
Octal 374 205 274 0 57 31 1 514 137 113
Binary 11111100 10000101 10111100 0 101111 11001 1 101001100 1011111 1001011

Color Harmonies of #FC85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85BC

Black with #FC85BC

Text Example


Text Example

White with #FC85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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