#FA85C8

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

Shades of Tea Rose #FA85C8

Tints of Tea Rose #FA85C8

Color information

#FA85C8 (or 0xFA85C8) is unknown color: approx Tea Rose. HEX triplet: FA, 85 and C8. RGB value is (250,133,200). Sum of RGB (Red+Green+Blue) = 250+133+200=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85C8 is #057A37. Grayscale: #AFAFAF. Windows color (decimal): -358968 or 13141498. OLE color: 13141498.

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

Color convert

RGB250133200-
CMYK00.470.20.02
HSL325.64º92.13%75.1%-
HSV(B)325.64º46.8%98.04%-
XYZ58.2441.2759.54-
YUV175.62141.76181.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 133 (52.34% from 255) = 22.81%
BLUE value IS 200 (78.52% from 255) = 34.31%
R=42.88%
G=22.81%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013320000.470.20.02325.6492.1375.1
HexFA85C802F1421465c4b
Octal372205310057242506134113
Binary1111101010000101110010000101111101001010100011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85C8; }

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

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

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

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

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

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

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

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