#FE87C8

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

Shades of Tea Rose #FE87C8

Tints of Tea Rose #FE87C8

Color information

#FE87C8 (or 0xFE87C8) is unknown color: approx Tea Rose. HEX triplet: FE, 87 and C8. RGB value is (254,135,200). Sum of RGB (Red+Green+Blue) = 254+135+200=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 135 (53.12% from 255 or 22.92% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87C8 is #017837. Grayscale: #B1B1B1. Windows color (decimal): -96312 or 13142014. OLE color: 13142014.

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

Color convert

RGB254135200-
CMYK00.470.210.00
HSL327.23º98.35%76.27%-
HSV(B)327.23º46.85%99.61%-
XYZ59.9642.5759.7-
YUV177.99140.42182.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 135 (53.12% from 255) = 22.92%
BLUE value IS 200 (78.52% from 255) = 33.96%
R=43.12%
G=22.92%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413520000.470.210.00327.2398.3576.27
HexFE87C802F150147624c
Octal376207310057250507142114
Binary111111101000011111001000010111110101010100011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE87C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE87C8; }

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

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

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

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

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

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

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

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