#FC82CE

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

Shades of Tea Rose #FC82CE

Tints of Tea Rose #FC82CE

Color information

#FC82CE (or 0xFC82CE) is unknown color: approx Tea Rose. HEX triplet: FC, 82 and CE. RGB value is (252,130,206). Sum of RGB (Red+Green+Blue) = 252+130+206=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC82CE is #037D31. Grayscale: #AEAEAE. Windows color (decimal): -228658 or 13533948. OLE color: 13533948.

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

Color convert

RGB252130206-
CMYK00.480.180.01
HSL322.62º95.31%74.9%-
HSV(B)322.62º48.41%98.82%-
XYZ59.2741.1263.21-
YUV175.14145.42182.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 22.11%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=42.86%
G=22.11%
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
Decimal25213020600.480.180.01322.6295.3174.9
HexFC82CE0301211435f4b
Octal374202316060221503137113
Binary111111001000001011001110011000010010110100001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC82CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC82CE; }

 p { color: rgb(252,130,206); }

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

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

 a { background-color: rgb(252,130,206); }

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

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

 span { border-color: rgb(252,130,206); }

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