#FE88CE

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

Shades of Tea Rose #FE88CE

Tints of Tea Rose #FE88CE

Color information

#FE88CE (or 0xFE88CE) is unknown color: approx Tea Rose. HEX triplet: FE, 88 and CE. RGB value is (254,136,206). Sum of RGB (Red+Green+Blue) = 254+136+206=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88CE is #017731. Grayscale: #B3B3B3. Windows color (decimal): -96050 or 13535486. OLE color: 13535486.

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

Color convert

RGB254136206-
CMYK00.460.190.00
HSL324.41º98.33%76.47%-
HSV(B)324.41º46.46%99.61%-
XYZ60.8243.1463.51-
YUV179.26143.09181.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 136 (53.52% from 255) = 22.82%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=42.62%
G=22.82%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413620600.460.190.00324.4198.3376.47
HexFE88CE02E130144624c
Octal376210316056230504142114
Binary111111101000100011001110010111010011010100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88CE; }

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

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

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

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

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

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

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

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