Html Css Color HEX #FC80BC Persian Pink

📋 copy color: '#FC80BC'

red 252 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #FC80BC

Tints of Persian Pink #FC80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 44.37%
G = 22.54%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC80BC (or 0xFC80BC) is known color: Persian Pink. HEX triplet: FC, 80 and BC. RGB value is (252,128,188). Sum of RGB (Red+Green+Blue) = 252+128+188=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80BC is #037F43. Grayscale: #ABABAB. Windows color (decimal): -229188 or 12353788. OLE color: 12353788.

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

Color convert

RGB 252 128 188 -
CMYK 0 0.49 0.25 0.01
HSL 330.97º 0.95% 0.75% -
HSV(B) 330.97º 0.49% 0.99% -
XYZ 56.94 39.76 52.25 -
YUV 171.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 252 128 188 0 0.49 0.25 0.01 330.97 0.95 0.75
Hex FC 80 BC 0 31 19 1 14B 5F 4B
Octal 374 200 274 0 61 31 1 513 137 113
Binary 11111100 10000000 10111100 0 110001 11001 1 101001011 1011111 1001011

Color Harmonies of #FC80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80BC

Black with #FC80BC

Text Example


Text Example

White with #FC80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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