Html Css Color HEX #FC81BD Persian Pink

📋 copy color: '#FC81BD'

red 252 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #FC81BD

Tints of Persian Pink #FC81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.63%

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 44.21%
G = 22.63%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC81BD (or 0xFC81BD) is known color: Persian Pink. HEX triplet: FC, 81 and BD. RGB value is (252,129,189). Sum of RGB (Red+Green+Blue) = 252+129+189=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81BD is #037E42. Grayscale: #ACACAC. Windows color (decimal): -228931 or 12419580. OLE color: 12419580.

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

Color convert

RGB 252 129 189 -
CMYK 0 0.49 0.25 0.01
HSL 330.73º 0.95% 0.75% -
HSV(B) 330.73º 0.49% 0.99% -
XYZ 57.18 40.07 52.86 -
YUV 172.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 252 129 189 0 0.49 0.25 0.01 330.73 0.95 0.75
Hex FC 81 BD 0 31 19 1 14B 5F 4B
Octal 374 201 275 0 61 31 1 513 137 113
Binary 11111100 10000001 10111101 0 110001 11001 1 101001011 1011111 1001011

Color Harmonies of #FC81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81BD

Black with #FC81BD

Text Example


Text Example

White with #FC81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81BD; }

 p { color: rgb(252,129,189); }

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

background-color css

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

 a { background-color: rgb(252,129,189); }

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

border-color css

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

 span { border-color: rgb(252,129,189); }

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