Html Css Color HEX #FC86BB Persian Pink

📋 copy color: '#FC86BB'

red 252 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #FC86BB

Tints of Persian Pink #FC86BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 43.98%
G = 23.39%
B = 32.64%

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

#FC86BB (or 0xFC86BB) is known color: Persian Pink. HEX triplet: FC, 86 and BB. RGB value is (252,134,187). Sum of RGB (Red+Green+Blue) = 252+134+187=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86BB is #037944. Grayscale: #AFAFAF. Windows color (decimal): -227653 or 12289788. OLE color: 12289788.

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

Color convert

RGB 252 134 187 -
CMYK 0 0.47 0.26 0.01
HSL 333.05º 0.95% 0.76% -
HSV(B) 333.05º 0.47% 0.99% -
XYZ 57.64 41.33 51.95 -
YUV 175.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 252 134 187 0 0.47 0.26 0.01 333.05 0.95 0.76
Hex FC 86 BB 0 2F 1A 1 14D 5F 4C
Octal 374 206 273 0 57 32 1 515 137 114
Binary 11111100 10000110 10111011 0 101111 11010 1 101001101 1011111 1001100

Color Harmonies of #FC86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86BB

Black with #FC86BB

Text Example


Text Example

White with #FC86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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