#FA8CBB

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

Shades of Tea Rose #FA8CBB

Tints of Tea Rose #FA8CBB

Color information

#FA8CBB (or 0xFA8CBB) is unknown color: approx Tea Rose. HEX triplet: FA, 8C and BB. RGB value is (250,140,187). Sum of RGB (Red+Green+Blue) = 250+140+187=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CBB is #057344. Grayscale: #B2B2B2. Windows color (decimal): -357189 or 12291322. OLE color: 12291322.

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

Color convert

RGB250140187-
CMYK00.440.250.02
HSL334.36º91.67%76.47%-
HSV(B)334.36º44%98.04%-
XYZ57.7742.6752.2-
YUV178.25132.94179.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 140 (55.08% from 255) = 24.26%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=43.33%
G=24.26%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014018700.440.250.02334.3691.6776.47
HexFA8CBB02C19214e5c4c
Octal372214273054312516134114
Binary1111101010001100101110110101100110011010100111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CBB; }

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

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

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

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

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

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

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

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