#FE88D1

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

Shades of Tea Rose #FE88D1

Tints of Tea Rose #FE88D1

Color information

#FE88D1 (or 0xFE88D1) is unknown color: approx Tea Rose. HEX triplet: FE, 88 and D1. RGB value is (254,136,209). Sum of RGB (Red+Green+Blue) = 254+136+209=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88D1 is #01772E. Grayscale: #B3B3B3. Windows color (decimal): -96047 or 13732094. OLE color: 13732094.

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

Color convert

RGB254136209-
CMYK00.460.180.00
HSL322.88º98.33%76.47%-
HSV(B)322.88º46.46%99.61%-
XYZ61.1943.2865.45-
YUV179.6144.59181.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 136 (53.52% from 255) = 22.70%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=42.40%
G=22.70%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413620900.460.180.00322.8898.3376.47
HexFE88D102E120143624c
Octal376210321056220503142114
Binary111111101000100011010001010111010010010100001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88D1; }

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

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

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

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

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

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

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

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