#FA87CD

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

Shades of Tea Rose #FA87CD

Tints of Tea Rose #FA87CD

Color information

#FA87CD (or 0xFA87CD) is unknown color: approx Tea Rose. HEX triplet: FA, 87 and CD. RGB value is (250,135,205). Sum of RGB (Red+Green+Blue) = 250+135+205=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CD is #057832. Grayscale: #B1B1B1. Windows color (decimal): -358451 or 13469690. OLE color: 13469690.

HSL color Cylindrical-coordinate representation of color #FA87CD: hue angle of 323.48º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA87CD is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250135205-
CMYK00.460.180.02
HSL323.48º92%75.49%-
HSV(B)323.48º46%98.04%-
XYZ59.1142.0662.76-
YUV177.36143.6179.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 135 (53.12% from 255) = 22.88%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=42.37%
G=22.88%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013520500.460.180.02323.489275.49
HexFA87CD02E1221435c4b
Octal372207315056222503134113
Binary1111101010000111110011010101110100101010100001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87CD; }

 p { color: rgb(250,135,205); }

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

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

 a { background-color: rgb(250,135,205); }

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

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

 span { border-color: rgb(250,135,205); }

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