#FA8AC7

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

Shades of Tea Rose #FA8AC7

Tints of Tea Rose #FA8AC7

Color information

#FA8AC7 (or 0xFA8AC7) is unknown color: approx Tea Rose. HEX triplet: FA, 8A and C7. RGB value is (250,138,199). Sum of RGB (Red+Green+Blue) = 250+138+199=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AC7 is #057538. Grayscale: #B2B2B2. Windows color (decimal): -357689 or 13077242. OLE color: 13077242.

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

Color convert

RGB250138199-
CMYK00.450.200.02
HSL327.32º91.8%76.08%-
HSV(B)327.32º44.8%98.04%-
XYZ58.8242.6259.16-
YUV178.44139.61179.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 138 (54.30% from 255) = 23.51%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=42.59%
G=23.51%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013819900.450.200.02327.3291.876.08
HexFA8AC702D1421475c4c
Octal372212307055242507134114
Binary1111101010001010110001110101101101001010100011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8AC7; }

 p { color: rgb(250,138,199); }

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

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

 a { background-color: rgb(250,138,199); }

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

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

 span { border-color: rgb(250,138,199); }

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