#FE87D0

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

Shades of Tea Rose #FE87D0

Tints of Tea Rose #FE87D0

Color information

#FE87D0 (or 0xFE87D0) is unknown color: approx Tea Rose. HEX triplet: FE, 87 and D0. RGB value is (254,135,208). Sum of RGB (Red+Green+Blue) = 254+135+208=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87D0 is #01782F. Grayscale: #B2B2B2. Windows color (decimal): -96304 or 13666302. OLE color: 13666302.

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

Color convert

RGB254135208-
CMYK00.470.180.00
HSL323.19º98.35%76.27%-
HSV(B)323.19º46.85%99.61%-
XYZ60.9242.9564.75-
YUV178.9144.42181.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 135 (53.12% from 255) = 22.61%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=42.55%
G=22.61%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413520800.470.180.00323.1998.3576.27
HexFE87D002F120143624c
Octal376207320057220503142114
Binary111111101000011111010000010111110010010100001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE87D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE87D0; }

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

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

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

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

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

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

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

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