Html Css Color HEX #FC81BC Persian Pink

📋 copy color: '#FC81BC'

red 252 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #FC81BC

Tints of Persian Pink #FC81BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 44.29%
G = 22.67%
B = 33.04%

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

#FC81BC (or 0xFC81BC) is known color: Persian Pink. HEX triplet: FC, 81 and BC. RGB value is (252,129,188). Sum of RGB (Red+Green+Blue) = 252+129+188=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81BC is #037E43. Grayscale: #ACACAC. Windows color (decimal): -228932 or 12354044. OLE color: 12354044.

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

Color convert

RGB 252 129 188 -
CMYK 0 0.49 0.25 0.01
HSL 331.22º 0.95% 0.75% -
HSV(B) 331.22º 0.49% 0.99% -
XYZ 57.07 40.03 52.29 -
YUV 172.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 252 129 188 0 0.49 0.25 0.01 331.22 0.95 0.75
Hex FC 81 BC 0 31 19 1 14B 5F 4B
Octal 374 201 274 0 61 31 1 513 137 113
Binary 11111100 10000001 10111100 0 110001 11001 1 101001011 1011111 1001011

Color Harmonies of #FC81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81BC

Black with #FC81BC

Text Example


Text Example

White with #FC81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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