#FA8DC7

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

Shades of Tea Rose #FA8DC7

Tints of Tea Rose #FA8DC7

Color information

#FA8DC7 (or 0xFA8DC7) is unknown color: approx Tea Rose. HEX triplet: FA, 8D and C7. RGB value is (250,141,199). Sum of RGB (Red+Green+Blue) = 250+141+199=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DC7 is #057238. Grayscale: #B4B4B4. Windows color (decimal): -356921 or 13078010. OLE color: 13078010.

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

Color convert

RGB250141199-
CMYK00.440.200.02
HSL328.07º91.6%76.67%-
HSV(B)328.07º43.6%98.04%-
XYZ59.2643.559.31-
YUV180.2138.61177.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=42.37%
G=23.90%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014119900.440.200.02328.0791.676.67
HexFA8DC702C1421485c4d
Octal372215307054242510134115
Binary1111101010001101110001110101100101001010100100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DC7; }

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

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

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

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

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

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

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

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