Html Css Color HEX #FC84BC Persian Pink

📋 copy color: '#FC84BC'

red 252 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #FC84BC

Tints of Persian Pink #FC84BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.08%

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

R = 44.06%
G = 23.08%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC84BC (or 0xFC84BC) is known color: Persian Pink. HEX triplet: FC, 84 and BC. RGB value is (252,132,188). Sum of RGB (Red+Green+Blue) = 252+132+188=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84BC is #037B43. Grayscale: #AEAEAE. Windows color (decimal): -228164 or 12354812. OLE color: 12354812.

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

Color convert

RGB 252 132 188 -
CMYK 0 0.48 0.25 0.01
HSL 332º 0.95% 0.75% -
HSV(B) 332º 0.48% 0.99% -
XYZ 57.47 40.83 52.43 -
YUV 174.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 252 132 188 0 0.48 0.25 0.01 332 0.95 0.75
Hex FC 84 BC 0 30 19 1 14C 5F 4B
Octal 374 204 274 0 60 31 1 514 137 113
Binary 11111100 10000100 10111100 0 110000 11001 1 101001100 1011111 1001011

Color Harmonies of #FC84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84BC

Black with #FC84BC

Text Example


Text Example

White with #FC84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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