Html Css Color HEX #FC7DC2 Persian Pink

📋 copy color: '#FC7DC2'

red 252 ◦ green 125 ◦ blue 194

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

Shades of Persian Pink #FC7DC2

Tints of Persian Pink #FC7DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.89%

 BLUE value IS 194 (76.17% from 255) = 33.98%

R = 44.13%
G = 21.89%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC7DC2 (or 0xFC7DC2) is known color: Persian Pink. HEX triplet: FC, 7D and C2. RGB value is (252,125,194). Sum of RGB (Red+Green+Blue) = 252+125+194=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DC2 is #03823D. Grayscale: #AAAAAA. Windows color (decimal): -229950 or 12746236. OLE color: 12746236.

HSL color Cylindrical-coordinate representation of color #FC7DC2: hue angle of 327.4º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DC2 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 125 194 -
CMYK 0 0.50 0.23 0.01
HSL 327.4º 0.95% 0.74% -
HSV(B) 327.4º 0.5% 0.99% -
XYZ 57.22 39.26 55.6 -
YUV 170.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 252 125 194 0 0.50 0.23 0.01 327.4 0.95 0.74
Hex FC 7D C2 0 32 17 1 147 5F 4A
Octal 374 175 302 0 62 27 1 507 137 112
Binary 11111100 1111101 11000010 0 110010 10111 1 101000111 1011111 1001010

Color Harmonies of #FC7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DC2

Black with #FC7DC2

Text Example


Text Example

White with #FC7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DC2; }

 p { color: rgb(252,125,194); }

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

background-color css

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

 a { background-color: rgb(252,125,194); }

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

border-color css

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

 span { border-color: rgb(252,125,194); }

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