#FA8ACB

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

Shades of Tea Rose #FA8ACB

Tints of Tea Rose #FA8ACB

Color information

#FA8ACB (or 0xFA8ACB) is unknown color: approx Tea Rose. HEX triplet: FA, 8A and CB. RGB value is (250,138,203). Sum of RGB (Red+Green+Blue) = 250+138+203=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ACB is #057534. Grayscale: #B2B2B2. Windows color (decimal): -357685 or 13339386. OLE color: 13339386.

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

Color convert

RGB250138203-
CMYK00.450.190.02
HSL325.18º91.8%76.08%-
HSV(B)325.18º44.8%98.04%-
XYZ59.2942.8161.64-
YUV178.9141.61178.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=42.30%
G=23.35%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013820300.450.190.02325.1891.876.08
HexFA8ACB02D1321455c4c
Octal372212313055232505134114
Binary1111101010001010110010110101101100111010100010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8ACB; }

 p { color: rgb(250,138,203); }

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

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

 a { background-color: rgb(250,138,203); }

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

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

 span { border-color: rgb(250,138,203); }

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