#FA95D1

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

Shades of Tea Rose #FA95D1

Tints of Tea Rose #FA95D1

Color information

#FA95D1 (or 0xFA95D1) is unknown color: approx Tea Rose. HEX triplet: FA, 95 and D1. RGB value is (250,149,209). Sum of RGB (Red+Green+Blue) = 250+149+209=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95D1 is #056A2E. Grayscale: #B9B9B9. Windows color (decimal): -354863 or 13735418. OLE color: 13735418.

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

Color convert

RGB250149209-
CMYK00.400.160.02
HSL324.36º90.99%78.24%-
HSV(B)324.36º40.4%98.04%-
XYZ61.6846.4266.03-
YUV186.04140.96173.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 209 (82.03% from 255) = 34.38%
R=41.12%
G=24.51%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014920900.400.160.02324.3690.9978.24
HexFA95D10281021445b4e
Octal372225321050202504133116
Binary1111101010010101110100010101000100001010100010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95D1; }

 p { color: rgb(250,149,209); }

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

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

 a { background-color: rgb(250,149,209); }

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

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

 span { border-color: rgb(250,149,209); }

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