#FA85C6

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

Shades of Tea Rose #FA85C6

Tints of Tea Rose #FA85C6

Color information

#FA85C6 (or 0xFA85C6) is unknown color: approx Tea Rose. HEX triplet: FA, 85 and C6. RGB value is (250,133,198). Sum of RGB (Red+Green+Blue) = 250+133+198=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85C6 is #057A39. Grayscale: #AFAFAF. Windows color (decimal): -358970 or 13010426. OLE color: 13010426.

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

Color convert

RGB250133198-
CMYK00.470.210.02
HSL326.67º92.13%75.1%-
HSV(B)326.67º46.8%98.04%-
XYZ5841.1858.32-
YUV175.39140.76181.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=43.03%
G=22.89%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013319800.470.210.02326.6792.1375.1
HexFA85C602F1521475c4b
Octal372205306057252507134113
Binary1111101010000101110001100101111101011010100011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85C6; }

 p { color: rgb(250,133,198); }

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

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

 a { background-color: rgb(250,133,198); }

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

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

 span { border-color: rgb(250,133,198); }

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