Html Css Color HEX #FC84BA Persian Pink

📋 copy color: '#FC84BA'

red 252 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #FC84BA

Tints of Persian Pink #FC84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.16%

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

R = 44.21%
G = 23.16%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC84BA (or 0xFC84BA) is known color: Persian Pink. HEX triplet: FC, 84 and BA. RGB value is (252,132,186). Sum of RGB (Red+Green+Blue) = 252+132+186=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84BA is #037B45. Grayscale: #ADADAD. Windows color (decimal): -228166 or 12223740. OLE color: 12223740.

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

Color convert

RGB 252 132 186 -
CMYK 0 0.48 0.26 0.01
HSL 333º 0.95% 0.75% -
HSV(B) 333º 0.48% 0.99% -
XYZ 57.26 40.74 51.3 -
YUV 174.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 252 132 186 0 0.48 0.26 0.01 333 0.95 0.75
Hex FC 84 BA 0 30 1A 1 14D 5F 4B
Octal 374 204 272 0 60 32 1 515 137 113
Binary 11111100 10000100 10111010 0 110000 11010 1 101001101 1011111 1001011

Color Harmonies of #FC84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84BA

Black with #FC84BA

Text Example


Text Example

White with #FC84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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