Html Css Color HEX #FC8AB6 Persian Pink

📋 copy color: '#FC8AB6'

red 252 ◦ green 138 ◦ blue 182

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

Shades of Persian Pink #FC8AB6

Tints of Persian Pink #FC8AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.13%

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 44.06%
G = 24.13%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC8AB6 (or 0xFC8AB6) is known color: Persian Pink. HEX triplet: FC, 8A and B6. RGB value is (252,138,182). Sum of RGB (Red+Green+Blue) = 252+138+182=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AB6 is #037549. Grayscale: #B1B1B1. Windows color (decimal): -226634 or 11963132. OLE color: 11963132.

HSL color Cylindrical-coordinate representation of color #FC8AB6: hue angle of 336.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8AB6 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 182 -
CMYK 0 0.45 0.28 0.01
HSL 336.84º 0.95% 0.76% -
HSV(B) 336.84º 0.45% 0.99% -
XYZ 57.68 42.25 49.37 -
YUV 177.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 252 138 182 0 0.45 0.28 0.01 336.84 0.95 0.76
Hex FC 8A B6 0 2D 1C 1 151 5F 4C
Octal 374 212 266 0 55 34 1 521 137 114
Binary 11111100 10001010 10110110 0 101101 11100 1 101010001 1011111 1001100

Color Harmonies of #FC8AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8AB6

Black with #FC8AB6

Text Example


Text Example

White with #FC8AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8AB6; }

 p { color: rgb(252,138,182); }

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

background-color css

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

 a { background-color: rgb(252,138,182); }

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

border-color css

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

 span { border-color: rgb(252,138,182); }

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