Html Css Color HEX #FC7AB8 Persian Pink

📋 copy color: '#FC7AB8'

red 252 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #FC7AB8

Tints of Persian Pink #FC7AB8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.86%

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

R = 45.16%
G = 21.86%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC7AB8 (or 0xFC7AB8) is known color: Persian Pink. HEX triplet: FC, 7A and B8. RGB value is (252,122,184). Sum of RGB (Red+Green+Blue) = 252+122+184=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7AB8 is #038547. Grayscale: #A7A7A7. Windows color (decimal): -230728 or 12090108. OLE color: 12090108.

HSL color Cylindrical-coordinate representation of color #FC7AB8: hue angle of 331.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7AB8 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 122 184 -
CMYK 0 0.52 0.27 0.01
HSL 331.38º 0.96% 0.73% -
HSV(B) 331.38º 0.52% 0.99% -
XYZ 55.76 38.08 49.76 -
YUV 167.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 252 122 184 0 0.52 0.27 0.01 331.38 0.96 0.73
Hex FC 7A B8 0 34 1B 1 14B 60 49
Octal 374 172 270 0 64 33 1 513 140 111
Binary 11111100 1111010 10111000 0 110100 11011 1 101001011 1100000 1001001

Color Harmonies of #FC7AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7AB8

Black with #FC7AB8

Text Example


Text Example

White with #FC7AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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