Html Css Color HEX #FC7CB2 Persian Pink

📋 copy color: '#FC7CB2'

red 252 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #FC7CB2

Tints of Persian Pink #FC7CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 45.49%
G = 22.38%
B = 32.13%

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

#FC7CB2 (or 0xFC7CB2) is known color: Persian Pink. HEX triplet: FC, 7C and B2. RGB value is (252,124,178). Sum of RGB (Red+Green+Blue) = 252+124+178=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7CB2 is #03834D. Grayscale: #A8A8A8. Windows color (decimal): -230222 or 11697404. OLE color: 11697404.

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

Color convert

RGB 252 124 178 -
CMYK 0 0.51 0.29 0.01
HSL 334.69º 0.96% 0.74% -
HSV(B) 334.69º 0.51% 0.99% -
XYZ 55.39 38.33 46.6 -
YUV 168.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 252 124 178 0 0.51 0.29 0.01 334.69 0.96 0.74
Hex FC 7C B2 0 33 1D 1 14F 60 4A
Octal 374 174 262 0 63 35 1 517 140 112
Binary 11111100 1111100 10110010 0 110011 11101 1 101001111 1100000 1001010

Color Harmonies of #FC7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CB2

Black with #FC7CB2

Text Example


Text Example

White with #FC7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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