Html Css Color HEX #FC86B9 Persian Pink

📋 copy color: '#FC86B9'

red 252 ◦ green 134 ◦ blue 185

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

Shades of Persian Pink #FC86B9

Tints of Persian Pink #FC86B9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.47%

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 44.13%
G = 23.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC86B9 (or 0xFC86B9) is known color: Persian Pink. HEX triplet: FC, 86 and B9. RGB value is (252,134,185). Sum of RGB (Red+Green+Blue) = 252+134+185=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86B9 is #037946. Grayscale: #AFAFAF. Windows color (decimal): -227655 or 12158716. OLE color: 12158716.

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

Color convert

RGB 252 134 185 -
CMYK 0 0.47 0.27 0.01
HSL 334.07º 0.95% 0.76% -
HSV(B) 334.07º 0.47% 0.99% -
XYZ 57.43 41.25 50.83 -
YUV 175.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 252 134 185 0 0.47 0.27 0.01 334.07 0.95 0.76
Hex FC 86 B9 0 2F 1B 1 14E 5F 4C
Octal 374 206 271 0 57 33 1 516 137 114
Binary 11111100 10000110 10111001 0 101111 11011 1 101001110 1011111 1001100

Color Harmonies of #FC86B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86B9

Black with #FC86B9

Text Example


Text Example

White with #FC86B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86B9; }

 p { color: rgb(252,134,185); }

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

background-color css

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

 a { background-color: rgb(252,134,185); }

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

border-color css

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

 span { border-color: rgb(252,134,185); }

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