Html Css Color HEX #FC87BA Persian Pink

📋 copy color: '#FC87BA'

red 252 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #FC87BA

Tints of Persian Pink #FC87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.56%

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

R = 43.98%
G = 23.56%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC87BA (or 0xFC87BA) is known color: Persian Pink. HEX triplet: FC, 87 and BA. RGB value is (252,135,186). Sum of RGB (Red+Green+Blue) = 252+135+186=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87BA is #037845. Grayscale: #AFAFAF. Windows color (decimal): -227398 or 12224508. OLE color: 12224508.

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

Color convert

RGB 252 135 186 -
CMYK 0 0.46 0.26 0.01
HSL 333.85º 0.95% 0.76% -
HSV(B) 333.85º 0.46% 0.99% -
XYZ 57.67 41.57 51.44 -
YUV 175.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 252 135 186 0 0.46 0.26 0.01 333.85 0.95 0.76
Hex FC 87 BA 0 2E 1A 1 14E 5F 4C
Octal 374 207 272 0 56 32 1 516 137 114
Binary 11111100 10000111 10111010 0 101110 11010 1 101001110 1011111 1001100

Color Harmonies of #FC87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC87BA

Black with #FC87BA

Text Example


Text Example

White with #FC87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC87BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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