Html Css Color HEX #FC80BE Persian Pink

📋 copy color: '#FC80BE'

red 252 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #FC80BE

Tints of Persian Pink #FC80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.33%

R = 44.21%
G = 22.46%
B = 33.33%

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

#FC80BE (or 0xFC80BE) is known color: Persian Pink. HEX triplet: FC, 80 and BE. RGB value is (252,128,190). Sum of RGB (Red+Green+Blue) = 252+128+190=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80BE is #037F41. Grayscale: #ACACAC. Windows color (decimal): -229186 or 12484860. OLE color: 12484860.

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

Color convert

RGB 252 128 190 -
CMYK 0 0.49 0.25 0.01
HSL 330º 0.95% 0.75% -
HSV(B) 330º 0.49% 0.99% -
XYZ 57.16 39.85 53.39 -
YUV 172.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 252 128 190 0 0.49 0.25 0.01 330 0.95 0.75
Hex FC 80 BE 0 31 19 1 14A 5F 4B
Octal 374 200 276 0 61 31 1 512 137 113
Binary 11111100 10000000 10111110 0 110001 11001 1 101001010 1011111 1001011

Color Harmonies of #FC80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80BE

Black with #FC80BE

Text Example


Text Example

White with #FC80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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