#FE93D0

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

Shades of Tea Rose #FE93D0

Tints of Tea Rose #FE93D0

Color information

#FE93D0 (or 0xFE93D0) is unknown color: approx Tea Rose. HEX triplet: FE, 93 and D0. RGB value is (254,147,208). Sum of RGB (Red+Green+Blue) = 254+147+208=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93D0 is #016C2F. Grayscale: #B9B9B9. Windows color (decimal): -93232 or 13669374. OLE color: 13669374.

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

Color convert

RGB254147208-
CMYK00.420.180.00
HSL325.79º98.17%78.63%-
HSV(B)325.79º42.13%99.61%-
XYZ62.6946.4965.34-
YUV185.95140.45176.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 147 (57.81% from 255) = 24.14%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=41.71%
G=24.14%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414720800.420.180.00325.7998.1778.63
HexFE93D002A120146624f
Octal376223320052220506142117
Binary111111101001001111010000010101010010010100011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93D0; }

 p { color: rgb(254,147,208); }

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

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

 a { background-color: rgb(254,147,208); }

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

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

 span { border-color: rgb(254,147,208); }

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