#FE92BE

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

Shades of Tea Rose #FE92BE

Tints of Tea Rose #FE92BE

Color information

#FE92BE (or 0xFE92BE) is unknown color: approx Tea Rose. HEX triplet: FE, 92 and BE. RGB value is (254,146,190). Sum of RGB (Red+Green+Blue) = 254+146+190=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92BE is #016D41. Grayscale: #B7B7B7. Windows color (decimal): -93506 or 12489470. OLE color: 12489470.

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

Color convert

RGB254146190-
CMYK00.430.250.00
HSL335.56º98.18%78.43%-
HSV(B)335.56º42.52%99.61%-
XYZ60.4545.3554.28-
YUV183.31131.78178.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=43.05%
G=24.75%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414619000.430.250.00335.5698.1878.43
HexFE92BE02B190150624e
Octal376222276053310520142116
Binary111111101001001010111110010101111001010101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE92BE; }

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

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

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

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

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

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

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

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