Html Css Color HEX #FC7ABB Persian Pink

📋 copy color: '#FC7ABB'

red 252 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #FC7ABB

Tints of Persian Pink #FC7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 44.92%
G = 21.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC7ABB (or 0xFC7ABB) is known color: Persian Pink. HEX triplet: FC, 7A and BB. RGB value is (252,122,187). Sum of RGB (Red+Green+Blue) = 252+122+187=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ABB is #038544. Grayscale: #A8A8A8. Windows color (decimal): -230725 or 12286716. OLE color: 12286716.

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

Color convert

RGB 252 122 187 -
CMYK 0 0.52 0.26 0.01
HSL 330º 0.96% 0.73% -
HSV(B) 330º 0.52% 0.99% -
XYZ 56.07 38.2 51.43 -
YUV 168.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 252 122 187 0 0.52 0.26 0.01 330 0.96 0.73
Hex FC 7A BB 0 34 1A 1 14A 60 49
Octal 374 172 273 0 64 32 1 512 140 111
Binary 11111100 1111010 10111011 0 110100 11010 1 101001010 1100000 1001001

Color Harmonies of #FC7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ABB

Black with #FC7ABB

Text Example


Text Example

White with #FC7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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