#FA8CB9

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

Shades of Tea Rose #FA8CB9

Tints of Tea Rose #FA8CB9

Color information

#FA8CB9 (or 0xFA8CB9) is unknown color: approx Tea Rose. HEX triplet: FA, 8C and B9. RGB value is (250,140,185). Sum of RGB (Red+Green+Blue) = 250+140+185=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CB9 is #057346. Grayscale: #B1B1B1. Windows color (decimal): -357191 or 12160250. OLE color: 12160250.

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

Color convert

RGB250140185-
CMYK00.440.260.02
HSL335.45º91.67%76.47%-
HSV(B)335.45º44%98.04%-
XYZ57.5642.5851.08-
YUV178.02131.94179.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=43.48%
G=24.35%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014018500.440.260.02335.4591.6776.47
HexFA8CB902C1A214f5c4c
Octal372214271054322517134114
Binary1111101010001100101110010101100110101010100111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CB9; }

 p { color: rgb(250,140,185); }

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

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

 a { background-color: rgb(250,140,185); }

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

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

 span { border-color: rgb(250,140,185); }

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