#FE84CE

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

Shades of Tea Rose #FE84CE

Tints of Tea Rose #FE84CE

Color information

#FE84CE (or 0xFE84CE) is unknown color: approx Tea Rose. HEX triplet: FE, 84 and CE. RGB value is (254,132,206). Sum of RGB (Red+Green+Blue) = 254+132+206=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84CE is #017B31. Grayscale: #B0B0B0. Windows color (decimal): -97074 or 13534462. OLE color: 13534462.

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

Color convert

RGB254132206-
CMYK00.480.190.00
HSL323.61º98.39%75.69%-
HSV(B)323.61º48.03%99.61%-
XYZ60.2642.0363.33-
YUV176.91144.42182.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 132 (51.95% from 255) = 22.30%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=42.91%
G=22.30%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413220600.480.190.00323.6198.3975.69
HexFE84CE030130144624c
Octal376204316060230504142114
Binary111111101000010011001110011000010011010100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE84CE; }

 p { color: rgb(254,132,206); }

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

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

 a { background-color: rgb(254,132,206); }

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

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

 span { border-color: rgb(254,132,206); }

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