Html Css Color HEX #FC81B8 Persian Pink

📋 copy color: '#FC81B8'

red 252 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #FC81B8

Tints of Persian Pink #FC81B8

RGB

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

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

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

R = 44.6%
G = 22.83%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC81B8 (or 0xFC81B8) is known color: Persian Pink. HEX triplet: FC, 81 and B8. RGB value is (252,129,184). Sum of RGB (Red+Green+Blue) = 252+129+184=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81B8 is #037E47. Grayscale: #ABABAB. Windows color (decimal): -228936 or 12091900. OLE color: 12091900.

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

Color convert

RGB 252 129 184 -
CMYK 0 0.49 0.27 0.01
HSL 333.17º 0.95% 0.75% -
HSV(B) 333.17º 0.49% 0.99% -
XYZ 56.65 39.86 50.05 -
YUV 172.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 252 129 184 0 0.49 0.27 0.01 333.17 0.95 0.75
Hex FC 81 B8 0 31 1B 1 14D 5F 4B
Octal 374 201 270 0 61 33 1 515 137 113
Binary 11111100 10000001 10111000 0 110001 11011 1 101001101 1011111 1001011

Color Harmonies of #FC81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81B8

Black with #FC81B8

Text Example


Text Example

White with #FC81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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