#FE87D1

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

Shades of Tea Rose #FE87D1

Tints of Tea Rose #FE87D1

Color information

#FE87D1 (or 0xFE87D1) is unknown color: approx Tea Rose. HEX triplet: FE, 87 and D1. RGB value is (254,135,209). Sum of RGB (Red+Green+Blue) = 254+135+209=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87D1 is #01782E. Grayscale: #B2B2B2. Windows color (decimal): -96303 or 13731838. OLE color: 13731838.

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

Color convert

RGB254135209-
CMYK00.470.180.00
HSL322.69º98.35%76.27%-
HSV(B)322.69º46.85%99.61%-
XYZ61.054365.4-
YUV179.02144.92181.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 135 (53.12% from 255) = 22.58%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=42.47%
G=22.58%
B=34.95%

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
Decimal25413520900.470.180.00322.6998.3576.27
HexFE87D102F120143624c
Octal376207321057220503142114
Binary111111101000011111010001010111110010010100001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE87D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE87D1; }

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

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

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

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

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

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

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

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