#FA8ED0

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

Shades of Tea Rose #FA8ED0

Tints of Tea Rose #FA8ED0

Color information

#FA8ED0 (or 0xFA8ED0) is unknown color: approx Tea Rose. HEX triplet: FA, 8E and D0. RGB value is (250,142,208). Sum of RGB (Red+Green+Blue) = 250+142+208=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED0 is #05712F. Grayscale: #B5B5B5. Windows color (decimal): -356656 or 13668090. OLE color: 13668090.

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

Color convert

RGB250142208-
CMYK00.430.170.02
HSL323.33º91.53%76.86%-
HSV(B)323.33º43.2%98.04%-
XYZ60.4844.2265.02-
YUV181.82142.78176.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=41.67%
G=23.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014220800.430.170.02323.3391.5376.86
HexFA8ED002B1121435c4d
Octal372216320053212503134115
Binary1111101010001110110100000101011100011010100001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8ED0; }

 p { color: rgb(250,142,208); }

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

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

 a { background-color: rgb(250,142,208); }

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

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

 span { border-color: rgb(250,142,208); }

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