#fe82c0

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

Shades of Tea Rose #FE82C0

Tints of Tea Rose #FE82C0

Color information

#FE82C0 (or 0xFE82C0) is unknown color: approx Tea Rose. HEX triplet: FE, 82 and C0. RGB value is (254,130,192). Sum of RGB (Red+Green+Blue) = 254+130+192=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82C0 is #017D3F. Grayscale: #AEAEAE. Windows color (decimal): -97600 or 12616446. OLE color: 12616446.

HSL color Cylindrical-coordinate representation of color #FE82C0: hue angle of 330º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE82C0 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254130192-
CMYK00.490.240.00
HSL330º98.41%75.29%-
HSV(B)330º48.82%99.61%-
XYZ58.3740.8454.68-
YUV174.14138.08184.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=44.10%
G=22.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413019200.490.240.0033098.4175.29
HexFE82C003118014a624b
Octal376202300061300512142113
Binary111111101000001011000000011000111000010100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe82c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe82c0; }

 p { color: rgb(254,130,192); }

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

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

 a { background-color: rgb(254,130,192); }

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

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

 span { border-color: rgb(254,130,192); }

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