Html Css Color HEX #FC80BA Persian Pink

📋 copy color: '#FC80BA'

red 252 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #FC80BA

Tints of Persian Pink #FC80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.61%

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

R = 44.52%
G = 22.61%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC80BA (or 0xFC80BA) is known color: Persian Pink. HEX triplet: FC, 80 and BA. RGB value is (252,128,186). Sum of RGB (Red+Green+Blue) = 252+128+186=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80BA is #037F45. Grayscale: #ABABAB. Windows color (decimal): -229190 or 12222716. OLE color: 12222716.

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

Color convert

RGB 252 128 186 -
CMYK 0 0.49 0.26 0.01
HSL 331.94º 0.95% 0.75% -
HSV(B) 331.94º 0.49% 0.99% -
XYZ 56.73 39.68 51.12 -
YUV 171.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 252 128 186 0 0.49 0.26 0.01 331.94 0.95 0.75
Hex FC 80 BA 0 31 1A 1 14C 5F 4B
Octal 374 200 272 0 61 32 1 514 137 113
Binary 11111100 10000000 10111010 0 110001 11010 1 101001100 1011111 1001011

Color Harmonies of #FC80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80BA

Black with #FC80BA

Text Example


Text Example

White with #FC80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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