#FA8EBA

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

Shades of Tea Rose #FA8EBA

Tints of Tea Rose #FA8EBA

Color information

#FA8EBA (or 0xFA8EBA) is unknown color: approx Tea Rose. HEX triplet: FA, 8E and BA. RGB value is (250,142,186). Sum of RGB (Red+Green+Blue) = 250+142+186=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EBA is #057145. Grayscale: #B3B3B3. Windows color (decimal): -356678 or 12226298. OLE color: 12226298.

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

Color convert

RGB250142186-
CMYK00.430.260.02
HSL335.56º91.53%76.86%-
HSV(B)335.56º43.2%98.04%-
XYZ57.9643.2251.74-
YUV179.31131.78178.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=43.25%
G=24.57%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014218600.430.260.02335.5691.5376.86
HexFA8EBA02B1A21505c4d
Octal372216272053322520134115
Binary1111101010001110101110100101011110101010101000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EBA; }

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

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

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

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

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

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

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

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