#FE92BD

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

Shades of Tea Rose #FE92BD

Tints of Tea Rose #FE92BD

Color information

#FE92BD (or 0xFE92BD) is unknown color: approx Tea Rose. HEX triplet: FE, 92 and BD. RGB value is (254,146,189). Sum of RGB (Red+Green+Blue) = 254+146+189=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92BD is #016D42. Grayscale: #B7B7B7. Windows color (decimal): -93507 or 12423934. OLE color: 12423934.

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

Color convert

RGB254146189-
CMYK00.430.260.00
HSL336.11º98.18%78.43%-
HSV(B)336.11º42.52%99.61%-
XYZ60.3445.353.71-
YUV183.19131.28178.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=43.12%
G=24.79%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414618900.430.260.00336.1198.1878.43
HexFE92BD02B1A0150624e
Octal376222275053320520142116
Binary111111101001001010111101010101111010010101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE92BD; }

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

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

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

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

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

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

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

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