#FA8CB8

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

Shades of Tea Rose #FA8CB8

Tints of Tea Rose #FA8CB8

Color information

#FA8CB8 (or 0xFA8CB8) is unknown color: approx Tea Rose. HEX triplet: FA, 8C and B8. RGB value is (250,140,184). Sum of RGB (Red+Green+Blue) = 250+140+184=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8CB8 is #057347. Grayscale: #B1B1B1. Windows color (decimal): -357192 or 12094714. OLE color: 12094714.

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

Color convert

RGB250140184-
CMYK00.440.260.02
HSL336º91.67%76.47%-
HSV(B)336º44%98.04%-
XYZ57.4542.5450.53-
YUV177.91131.44179.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 140 (55.08% from 255) = 24.39%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=43.55%
G=24.39%
B=32.06%

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
Decimal25014018400.440.260.0233691.6776.47
HexFA8CB802C1A21505c4c
Octal372214270054322520134114
Binary1111101010001100101110000101100110101010101000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CB8; }

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

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

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

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

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

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

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

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