#FE92CE

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

Shades of Tea Rose #FE92CE

Tints of Tea Rose #FE92CE

Color information

#FE92CE (or 0xFE92CE) is unknown color: approx Tea Rose. HEX triplet: FE, 92 and CE. RGB value is (254,146,206). Sum of RGB (Red+Green+Blue) = 254+146+206=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92CE is #016D31. Grayscale: #B9B9B9. Windows color (decimal): -93490 or 13538046. OLE color: 13538046.

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

Color convert

RGB254146206-
CMYK00.430.190.00
HSL326.67º98.18%78.43%-
HSV(B)326.67º42.52%99.61%-
XYZ62.2946.0864-
YUV185.13139.78177.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=41.91%
G=24.09%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414620600.430.190.00326.6798.1878.43
HexFE92CE02B130147624e
Octal376222316053230507142116
Binary111111101001001011001110010101110011010100011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE92CE; }

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

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

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

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

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

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

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

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