Html Css Color HEX #FC7BBC Persian Pink

📋 copy color: '#FC7BBC'

red 252 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #FC7BBC

Tints of Persian Pink #FC7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.85%

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

R = 44.76%
G = 21.85%
B = 33.39%

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

#FC7BBC (or 0xFC7BBC) is known color: Persian Pink. HEX triplet: FC, 7B and BC. RGB value is (252,123,188). Sum of RGB (Red+Green+Blue) = 252+123+188=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BBC is #038443. Grayscale: #A8A8A8. Windows color (decimal): -230468 or 12352508. OLE color: 12352508.

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

Color convert

RGB 252 123 188 -
CMYK 0 0.51 0.25 0.01
HSL 329.77º 0.96% 0.74% -
HSV(B) 329.77º 0.51% 0.99% -
XYZ 56.3 38.49 52.04 -
YUV 168.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 252 123 188 0 0.51 0.25 0.01 329.77 0.96 0.74
Hex FC 7B BC 0 33 19 1 14A 60 4A
Octal 374 173 274 0 63 31 1 512 140 112
Binary 11111100 1111011 10111100 0 110011 11001 1 101001010 1100000 1001010

Color Harmonies of #FC7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BBC

Black with #FC7BBC

Text Example


Text Example

White with #FC7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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