Html Css Color HEX #FC7BBD Persian Pink

📋 copy color: '#FC7BBD'

red 252 ◦ green 123 ◦ blue 189

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

Shades of Persian Pink #FC7BBD

Tints of Persian Pink #FC7BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 44.68%
G = 21.81%
B = 33.51%

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

#FC7BBD (or 0xFC7BBD) is known color: Persian Pink. HEX triplet: FC, 7B and BD. RGB value is (252,123,189). Sum of RGB (Red+Green+Blue) = 252+123+189=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BBD is #038442. Grayscale: #A8A8A8. Windows color (decimal): -230467 or 12418044. OLE color: 12418044.

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

Color convert

RGB 252 123 189 -
CMYK 0 0.51 0.25 0.01
HSL 329.3º 0.96% 0.74% -
HSV(B) 329.3º 0.51% 0.99% -
XYZ 56.41 38.54 52.61 -
YUV 169.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 252 123 189 0 0.51 0.25 0.01 329.3 0.96 0.74
Hex FC 7B BD 0 33 19 1 149 60 4A
Octal 374 173 275 0 63 31 1 511 140 112
Binary 11111100 1111011 10111101 0 110011 11001 1 101001001 1100000 1001010

Color Harmonies of #FC7BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BBD

Black with #FC7BBD

Text Example


Text Example

White with #FC7BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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