#FE87CE

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

Shades of Tea Rose #FE87CE

Tints of Tea Rose #FE87CE

Color information

#FE87CE (or 0xFE87CE) is unknown color: approx Tea Rose. HEX triplet: FE, 87 and CE. RGB value is (254,135,206). Sum of RGB (Red+Green+Blue) = 254+135+206=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87CE is #017831. Grayscale: #B2B2B2. Windows color (decimal): -96306 or 13535230. OLE color: 13535230.

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

Color convert

RGB254135206-
CMYK00.470.190.00
HSL324.2º98.35%76.27%-
HSV(B)324.2º46.85%99.61%-
XYZ60.6842.8663.47-
YUV178.68143.42181.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 135 (53.12% from 255) = 22.69%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=42.69%
G=22.69%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413520600.470.190.00324.298.3576.27
HexFE87CE02F130144624c
Octal376207316057230504142114
Binary111111101000011111001110010111110011010100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE87CE; }

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

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

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

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

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

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

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

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