Html Css Color HEX #FC7BB5 Persian Pink

📋 copy color: '#FC7BB5'

red 252 ◦ green 123 ◦ blue 181

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

Shades of Persian Pink #FC7BB5

Tints of Persian Pink #FC7BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.55%

R = 45.32%
G = 22.12%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC7BB5 (or 0xFC7BB5) is known color: Persian Pink. HEX triplet: FC, 7B and B5. RGB value is (252,123,181). Sum of RGB (Red+Green+Blue) = 252+123+181=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BB5 is #03844A. Grayscale: #A8A8A8. Windows color (decimal): -230475 or 11893756. OLE color: 11893756.

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

Color convert

RGB 252 123 181 -
CMYK 0 0.51 0.28 0.01
HSL 333.02º 0.96% 0.74% -
HSV(B) 333.02º 0.51% 0.99% -
XYZ 55.57 38.2 48.16 -
YUV 168.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 252 123 181 0 0.51 0.28 0.01 333.02 0.96 0.74
Hex FC 7B B5 0 33 1C 1 14D 60 4A
Octal 374 173 265 0 63 34 1 515 140 112
Binary 11111100 1111011 10110101 0 110011 11100 1 101001101 1100000 1001010

Color Harmonies of #FC7BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BB5

Black with #FC7BB5

Text Example


Text Example

White with #FC7BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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