#FA86CA

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

Shades of Tea Rose #FA86CA

Tints of Tea Rose #FA86CA

Color information

#FA86CA (or 0xFA86CA) is unknown color: approx Tea Rose. HEX triplet: FA, 86 and CA. RGB value is (250,134,202). Sum of RGB (Red+Green+Blue) = 250+134+202=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86CA is #057935. Grayscale: #B0B0B0. Windows color (decimal): -358710 or 13272826. OLE color: 13272826.

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

Color convert

RGB250134202-
CMYK00.460.190.02
HSL324.83º92.06%75.29%-
HSV(B)324.83º46.4%98.04%-
XYZ58.6141.6460.83-
YUV176.44142.43180.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 134 (52.73% from 255) = 22.87%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=42.66%
G=22.87%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013420200.460.190.02324.8392.0675.29
HexFA86CA02E1321455c4b
Octal372206312056232505134113
Binary1111101010000110110010100101110100111010100010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86CA; }

 p { color: rgb(250,134,202); }

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

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

 a { background-color: rgb(250,134,202); }

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

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

 span { border-color: rgb(250,134,202); }

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