#FE94CF

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

Shades of Tea Rose #FE94CF

Tints of Tea Rose #FE94CF

Color information

#FE94CF (or 0xFE94CF) is unknown color: approx Tea Rose. HEX triplet: FE, 94 and CF. RGB value is (254,148,207). Sum of RGB (Red+Green+Blue) = 254+148+207=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94CF is #016B30. Grayscale: #BABABA. Windows color (decimal): -92977 or 13604094. OLE color: 13604094.

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

Color convert

RGB254148207-
CMYK00.420.190.00
HSL326.6º98.15%78.82%-
HSV(B)326.6º41.73%99.61%-
XYZ62.7346.7664.75-
YUV186.42139.62176.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 148 (58.20% from 255) = 24.30%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=41.71%
G=24.30%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414820700.420.190.00326.698.1578.82
HexFE94CF02A130147624f
Octal376224317052230507142117
Binary111111101001010011001111010101010011010100011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94CF; }

 p { color: rgb(254,148,207); }

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

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

 a { background-color: rgb(254,148,207); }

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

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

 span { border-color: rgb(254,148,207); }

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