#FA93CE

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

Shades of Tea Rose #FA93CE

Tints of Tea Rose #FA93CE

Color information

#FA93CE (or 0xFA93CE) is unknown color: approx Tea Rose. HEX triplet: FA, 93 and CE. RGB value is (250,147,206). Sum of RGB (Red+Green+Blue) = 250+147+206=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93CE is #056C31. Grayscale: #B8B8B8. Windows color (decimal): -355378 or 13538298. OLE color: 13538298.

HSL color Cylindrical-coordinate representation of color #FA93CE: hue angle of 325.63º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93CE is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250147206-
CMYK00.410.180.02
HSL325.63º91.15%77.84%-
HSV(B)325.63º41.2%98.04%-
XYZ6145.6563.99-
YUV184.52140.12174.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=41.46%
G=24.38%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014720600.410.180.02325.6391.1577.84
HexFA93CE0291221465b4e
Octal372223316051222506133116
Binary1111101010010011110011100101001100101010100011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93CE; }

 p { color: rgb(250,147,206); }

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

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

 a { background-color: rgb(250,147,206); }

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

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

 span { border-color: rgb(250,147,206); }

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