Html Css Color HEX #FC7CBC Persian Pink

📋 copy color: '#FC7CBC'

red 252 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #FC7CBC

Tints of Persian Pink #FC7CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 44.68%
G = 21.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC7CBC (or 0xFC7CBC) is known color: Persian Pink. HEX triplet: FC, 7C and BC. RGB value is (252,124,188). Sum of RGB (Red+Green+Blue) = 252+124+188=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CBC is #038343. Grayscale: #A9A9A9. Windows color (decimal): -230212 or 12352764. OLE color: 12352764.

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

Color convert

RGB 252 124 188 -
CMYK 0 0.51 0.25 0.01
HSL 330º 0.96% 0.74% -
HSV(B) 330º 0.51% 0.99% -
XYZ 56.43 38.74 52.08 -
YUV 169.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 252 124 188 0 0.51 0.25 0.01 330 0.96 0.74
Hex FC 7C BC 0 33 19 1 14A 60 4A
Octal 374 174 274 0 63 31 1 512 140 112
Binary 11111100 1111100 10111100 0 110011 11001 1 101001010 1100000 1001010

Color Harmonies of #FC7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CBC

Black with #FC7CBC

Text Example


Text Example

White with #FC7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CBC; }

 p { color: rgb(252,124,188); }

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

background-color css

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

 a { background-color: rgb(252,124,188); }

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

border-color css

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

 span { border-color: rgb(252,124,188); }

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