#FA91D1

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

Shades of Tea Rose #FA91D1

Tints of Tea Rose #FA91D1

Color information

#FA91D1 (or 0xFA91D1) is unknown color: approx Tea Rose. HEX triplet: FA, 91 and D1. RGB value is (250,145,209). Sum of RGB (Red+Green+Blue) = 250+145+209=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91D1 is #056E2E. Grayscale: #B7B7B7. Windows color (decimal): -355887 or 13734394. OLE color: 13734394.

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

Color convert

RGB250145209-
CMYK00.420.160.02
HSL323.43º91.3%77.45%-
HSV(B)323.43º42%98.04%-
XYZ61.0645.1865.82-
YUV183.69142.29175.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 145 (57.03% from 255) = 24.01%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=41.39%
G=24.01%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014520900.420.160.02323.4391.377.45
HexFA91D102A1021435b4d
Octal372221321052202503133115
Binary1111101010010001110100010101010100001010100001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91D1; }

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

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

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

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

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

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

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

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