#FC84CA

Color #FC84CA Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FC84CA

Tints of Tea Rose #FC84CA

Color information

#FC84CA (or 0xFC84CA) is unknown color: approx Tea Rose. HEX triplet: FC, 84 and CA. RGB value is (252,132,202). Sum of RGB (Red+Green+Blue) = 252+132+202=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84CA is #037B35. Grayscale: #AFAFAF. Windows color (decimal): -228150 or 13272316. OLE color: 13272316.

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

Color convert

RGB252132202-
CMYK00.480.200.01
HSL325º95.24%75.29%-
HSV(B)325º47.62%98.82%-
XYZ59.0641.4660.77-
YUV175.86142.76182.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 132 (51.95% from 255) = 22.53%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=43.00%
G=22.53%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213220200.480.200.0132595.2475.29
HexFC84CA0301411455f4b
Octal374204312060241505137113
Binary111111001000010011001010011000010100110100010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84CA; }

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

 H1.HeaderClassName
 {
   color: #FC84CA;
 }
 .AnyTagClassName
 {
   color: #FC84CA;
 }
</style>
background-color css

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

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

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

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

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

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