Html Css Color HEX #FC80B8 Persian Pink

📋 copy color: '#FC80B8'

red 252 ◦ green 128 ◦ blue 184

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

Shades of Persian Pink #FC80B8

Tints of Persian Pink #FC80B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.62%

R = 44.68%
G = 22.7%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC80B8 (or 0xFC80B8) is known color: Persian Pink. HEX triplet: FC, 80 and B8. RGB value is (252,128,184). Sum of RGB (Red+Green+Blue) = 252+128+184=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80B8 is #037F47. Grayscale: #ABABAB. Windows color (decimal): -229192 or 12091644. OLE color: 12091644.

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

Color convert

RGB 252 128 184 -
CMYK 0 0.49 0.27 0.01
HSL 332.9º 0.95% 0.75% -
HSV(B) 332.9º 0.49% 0.99% -
XYZ 56.52 39.59 50.01 -
YUV 171.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 252 128 184 0 0.49 0.27 0.01 332.9 0.95 0.75
Hex FC 80 B8 0 31 1B 1 14D 5F 4B
Octal 374 200 270 0 61 33 1 515 137 113
Binary 11111100 10000000 10111000 0 110001 11011 1 101001101 1011111 1001011

Color Harmonies of #FC80B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80B8

Black with #FC80B8

Text Example


Text Example

White with #FC80B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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