Html Css Color HEX #FC76BA Persian Pink

📋 copy color: '#FC76BA'

red 252 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #FC76BA

Tints of Persian Pink #FC76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.22%

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 45.32%
G = 21.22%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC76BA (or 0xFC76BA) is known color: Persian Pink. HEX triplet: FC, 76 and BA. RGB value is (252,118,186). Sum of RGB (Red+Green+Blue) = 252+118+186=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76BA is #038945. Grayscale: #A5A5A5. Windows color (decimal): -231750 or 12220156. OLE color: 12220156.

HSL color Cylindrical-coordinate representation of color #FC76BA: hue angle of 329.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC76BA is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 118 186 -
CMYK 0 0.53 0.26 0.01
HSL 329.55º 0.96% 0.73% -
HSV(B) 329.55º 0.53% 0.99% -
XYZ 55.49 37.2 50.71 -
YUV 165.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 252 118 186 0 0.53 0.26 0.01 329.55 0.96 0.73
Hex FC 76 BA 0 35 1A 1 14A 60 49
Octal 374 166 272 0 65 32 1 512 140 111
Binary 11111100 1110110 10111010 0 110101 11010 1 101001010 1100000 1001001

Color Harmonies of #FC76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76BA

Black with #FC76BA

Text Example


Text Example

White with #FC76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76BA; }

 p { color: rgb(252,118,186); }

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

background-color css

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

 a { background-color: rgb(252,118,186); }

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

border-color css

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

 span { border-color: rgb(252,118,186); }

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