Html Css Color HEX #FC7CB3 Persian Pink

📋 copy color: '#FC7CB3'

red 252 ◦ green 124 ◦ blue 179

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

Shades of Persian Pink #FC7CB3

Tints of Persian Pink #FC7CB3

RGB

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

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

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

R = 45.41%
G = 22.34%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC7CB3 (or 0xFC7CB3) is known color: Persian Pink. HEX triplet: FC, 7C and B3. RGB value is (252,124,179). Sum of RGB (Red+Green+Blue) = 252+124+179=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CB3 is #03834C. Grayscale: #A8A8A8. Windows color (decimal): -230221 or 11762940. OLE color: 11762940.

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

Color convert

RGB 252 124 179 -
CMYK 0 0.51 0.29 0.01
HSL 334.22º 0.96% 0.74% -
HSV(B) 334.22º 0.51% 0.99% -
XYZ 55.49 38.37 47.13 -
YUV 168.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 252 124 179 0 0.51 0.29 0.01 334.22 0.96 0.74
Hex FC 7C B3 0 33 1D 1 14E 60 4A
Octal 374 174 263 0 63 35 1 516 140 112
Binary 11111100 1111100 10110011 0 110011 11101 1 101001110 1100000 1001010

Color Harmonies of #FC7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CB3

Black with #FC7CB3

Text Example


Text Example

White with #FC7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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