#FA94D1

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

Shades of Tea Rose #FA94D1

Tints of Tea Rose #FA94D1

Color information

#FA94D1 (or 0xFA94D1) is unknown color: approx Tea Rose. HEX triplet: FA, 94 and D1. RGB value is (250,148,209). Sum of RGB (Red+Green+Blue) = 250+148+209=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94D1 is #056B2E. Grayscale: #B9B9B9. Windows color (decimal): -355119 or 13735162. OLE color: 13735162.

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

Color convert

RGB250148209-
CMYK00.410.160.02
HSL324.12º91.07%78.04%-
HSV(B)324.12º40.8%98.04%-
XYZ61.5246.1165.98-
YUV185.45141.29174.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 148 (58.20% from 255) = 24.38%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=41.19%
G=24.38%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014820900.410.160.02324.1291.0778.04
HexFA94D10291021445b4e
Octal372224321051202504133116
Binary1111101010010100110100010101001100001010100010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA94D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA94D1; }

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

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

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

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

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

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

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

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