Html Css Color HEX #FC7BBE Persian Pink

📋 copy color: '#FC7BBE'

red 252 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #FC7BBE

Tints of Persian Pink #FC7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 44.6%
G = 21.77%
B = 33.63%

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

#FC7BBE (or 0xFC7BBE) is known color: Persian Pink. HEX triplet: FC, 7B and BE. RGB value is (252,123,190). Sum of RGB (Red+Green+Blue) = 252+123+190=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BBE is #038441. Grayscale: #A9A9A9. Windows color (decimal): -230466 or 12483580. OLE color: 12483580.

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

Color convert

RGB 252 123 190 -
CMYK 0 0.51 0.25 0.01
HSL 328.84º 0.96% 0.74% -
HSV(B) 328.84º 0.51% 0.99% -
XYZ 56.52 38.58 53.18 -
YUV 169.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 252 123 190 0 0.51 0.25 0.01 328.84 0.96 0.74
Hex FC 7B BE 0 33 19 1 149 60 4A
Octal 374 173 276 0 63 31 1 511 140 112
Binary 11111100 1111011 10111110 0 110011 11001 1 101001001 1100000 1001010

Color Harmonies of #FC7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BBE

Black with #FC7BBE

Text Example


Text Example

White with #FC7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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