#FE88C7

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

Shades of Tea Rose #FE88C7

Tints of Tea Rose #FE88C7

Color information

#FE88C7 (or 0xFE88C7) is unknown color: approx Tea Rose. HEX triplet: FE, 88 and C7. RGB value is (254,136,199). Sum of RGB (Red+Green+Blue) = 254+136+199=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88C7 is #017738. Grayscale: #B2B2B2. Windows color (decimal): -96057 or 13076734. OLE color: 13076734.

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

Color convert

RGB254136199-
CMYK00.460.220.00
HSL327.97º98.33%76.47%-
HSV(B)327.97º46.46%99.61%-
XYZ59.9942.859.13-
YUV178.46139.59181.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 136 (53.52% from 255) = 23.09%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=43.12%
G=23.09%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413619900.460.220.00327.9798.3376.47
HexFE88C702E160148624c
Octal376210307056260510142114
Binary111111101000100011000111010111010110010100100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88C7; }

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

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

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

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

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

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

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

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