#FC84CF

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

Shades of Tea Rose #FC84CF

Tints of Tea Rose #FC84CF

Color information

#FC84CF (or 0xFC84CF) is unknown color: approx Tea Rose. HEX triplet: FC, 84 and CF. RGB value is (252,132,207). Sum of RGB (Red+Green+Blue) = 252+132+207=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84CF is #037B30. Grayscale: #B0B0B0. Windows color (decimal): -228145 or 13599996. OLE color: 13599996.

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

Color convert

RGB252132207-
CMYK00.480.180.01
HSL322.5º95.24%75.29%-
HSV(B)322.5º47.62%98.82%-
XYZ59.6641.763.94-
YUV176.43145.26181.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=42.64%
G=22.34%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213220700.480.180.01322.595.2475.29
HexFC84CF0301211425f4b
Octal374204317060221502137113
Binary111111001000010011001111011000010010110100001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84CF; }

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

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

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

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

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

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

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

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