#FE83CA

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

Shades of Tea Rose #FE83CA

Tints of Tea Rose #FE83CA

Color information

#FE83CA (or 0xFE83CA) is unknown color: approx Tea Rose. HEX triplet: FE, 83 and CA. RGB value is (254,131,202). Sum of RGB (Red+Green+Blue) = 254+131+202=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83CA is #017C35. Grayscale: #AFAFAF. Windows color (decimal): -97334 or 13272062. OLE color: 13272062.

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

Color convert

RGB254131202-
CMYK00.480.200.00
HSL325.37º98.4%75.49%-
HSV(B)325.37º48.43%99.61%-
XYZ59.6541.5760.76-
YUV175.87142.75183.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 131 (51.56% from 255) = 22.32%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=43.27%
G=22.32%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413120200.480.200.00325.3798.475.49
HexFE83CA030140145624b
Octal376203312060240505142113
Binary111111101000001111001010011000010100010100010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE83CA; }

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

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

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

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

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

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

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

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