Html Css Color HEX #FC7BB8 Persian Pink

📋 copy color: '#FC7BB8'

red 252 ◦ green 123 ◦ blue 184

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

Shades of Persian Pink #FC7BB8

Tints of Persian Pink #FC7BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.92%

R = 45.08%
G = 22%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC7BB8 (or 0xFC7BB8) is known color: Persian Pink. HEX triplet: FC, 7B and B8. RGB value is (252,123,184). Sum of RGB (Red+Green+Blue) = 252+123+184=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BB8 is #038447. Grayscale: #A8A8A8. Windows color (decimal): -230472 or 12090364. OLE color: 12090364.

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

Color convert

RGB 252 123 184 -
CMYK 0 0.51 0.27 0.01
HSL 331.63º 0.96% 0.74% -
HSV(B) 331.63º 0.51% 0.99% -
XYZ 55.88 38.32 49.8 -
YUV 168.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 252 123 184 0 0.51 0.27 0.01 331.63 0.96 0.74
Hex FC 7B B8 0 33 1B 1 14C 60 4A
Octal 374 173 270 0 63 33 1 514 140 112
Binary 11111100 1111011 10111000 0 110011 11011 1 101001100 1100000 1001010

Color Harmonies of #FC7BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BB8

Black with #FC7BB8

Text Example


Text Example

White with #FC7BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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