#FA87D3

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

Shades of Tea Rose #FA87D3

Tints of Tea Rose #FA87D3

Color information

#FA87D3 (or 0xFA87D3) is unknown color: approx Tea Rose. HEX triplet: FA, 87 and D3. RGB value is (250,135,211). Sum of RGB (Red+Green+Blue) = 250+135+211=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87D3 is #05782C. Grayscale: #B1B1B1. Windows color (decimal): -358445 or 13862906. OLE color: 13862906.

HSL color Cylindrical-coordinate representation of color #FA87D3: hue angle of 320.35º 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 #FA87D3 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250135211-
CMYK00.460.160.02
HSL320.35º92%75.49%-
HSV(B)320.35º46%98.04%-
XYZ59.8542.3666.65-
YUV178.05146.6179.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 135 (53.12% from 255) = 22.65%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=41.95%
G=22.65%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013521100.460.160.02320.359275.49
HexFA87D302E1021405c4b
Octal372207323056202500134113
Binary1111101010000111110100110101110100001010100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87D3; }

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

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

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

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

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

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

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

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