Html Css Color HEX #FC80B3 Persian Pink

📋 copy color: '#FC80B3'

red 252 ◦ green 128 ◦ blue 179

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

Shades of Persian Pink #FC80B3

Tints of Persian Pink #FC80B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.02%

R = 45.08%
G = 22.9%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC80B3 (or 0xFC80B3) is known color: Persian Pink. HEX triplet: FC, 80 and B3. RGB value is (252,128,179). Sum of RGB (Red+Green+Blue) = 252+128+179=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80B3 is #037F4C. Grayscale: #AAAAAA. Windows color (decimal): -229197 or 11763964. OLE color: 11763964.

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

Color convert

RGB 252 128 179 -
CMYK 0 0.49 0.29 0.01
HSL 335.32º 0.95% 0.75% -
HSV(B) 335.32º 0.49% 0.99% -
XYZ 56 39.39 47.3 -
YUV 170.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 252 128 179 0 0.49 0.29 0.01 335.32 0.95 0.75
Hex FC 80 B3 0 31 1D 1 14F 5F 4B
Octal 374 200 263 0 61 35 1 517 137 113
Binary 11111100 10000000 10110011 0 110001 11101 1 101001111 1011111 1001011

Color Harmonies of #FC80B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80B3

Black with #FC80B3

Text Example


Text Example

White with #FC80B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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