#FE83C5

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

Shades of Tea Rose #FE83C5

Tints of Tea Rose #FE83C5

Color information

#FE83C5 (or 0xFE83C5) is unknown color: approx Tea Rose. HEX triplet: FE, 83 and C5. RGB value is (254,131,197). Sum of RGB (Red+Green+Blue) = 254+131+197=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83C5 is #017C3A. Grayscale: #AFAFAF. Windows color (decimal): -97339 or 12944382. OLE color: 12944382.

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

Color convert

RGB254131197-
CMYK00.480.220.00
HSL327.8º98.4%75.49%-
HSV(B)327.8º48.43%99.61%-
XYZ59.0741.3357.69-
YUV175.3140.25184.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 131 (51.56% from 255) = 22.51%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=43.64%
G=22.51%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413119700.480.220.00327.898.475.49
HexFE83C5030160148624b
Octal376203305060260510142113
Binary111111101000001111000101011000010110010100100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE83C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE83C5; }

 p { color: rgb(254,131,197); }

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

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

 a { background-color: rgb(254,131,197); }

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

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

 span { border-color: rgb(254,131,197); }

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