Html Css Color HEX #FC80BD Persian Pink

📋 copy color: '#FC80BD'

red 252 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #FC80BD

Tints of Persian Pink #FC80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 44.29%
G = 22.5%
B = 33.22%

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

#FC80BD (or 0xFC80BD) is known color: Persian Pink. HEX triplet: FC, 80 and BD. RGB value is (252,128,189). Sum of RGB (Red+Green+Blue) = 252+128+189=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80BD is #037F42. Grayscale: #ABABAB. Windows color (decimal): -229187 or 12419324. OLE color: 12419324.

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

Color convert

RGB 252 128 189 -
CMYK 0 0.49 0.25 0.01
HSL 330.48º 0.95% 0.75% -
HSV(B) 330.48º 0.49% 0.99% -
XYZ 57.05 39.81 52.82 -
YUV 172.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 252 128 189 0 0.49 0.25 0.01 330.48 0.95 0.75
Hex FC 80 BD 0 31 19 1 14A 5F 4B
Octal 374 200 275 0 61 31 1 512 137 113
Binary 11111100 10000000 10111101 0 110001 11001 1 101001010 1011111 1001011

Color Harmonies of #FC80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80BD

Black with #FC80BD

Text Example


Text Example

White with #FC80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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