#FA82BF

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

Shades of Tea Rose #FA82BF

Tints of Tea Rose #FA82BF

Color information

#FA82BF (or 0xFA82BF) is unknown color: approx Tea Rose. HEX triplet: FA, 82 and BF. RGB value is (250,130,191). Sum of RGB (Red+Green+Blue) = 250+130+191=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82BF is #057D40. Grayscale: #ACACAC. Windows color (decimal): -359745 or 12550906. OLE color: 12550906.

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

Color convert

RGB250130191-
CMYK00.480.240.02
HSL329.5º92.31%74.51%-
HSV(B)329.5º48%98.04%-
XYZ56.8140.0554.03-
YUV172.83138.26183.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 191 (75% from 255) = 33.45%
R=43.78%
G=22.77%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013019100.480.240.02329.592.3174.51
HexFA82BF03018214a5c4b
Octal372202277060302512134113
Binary1111101010000010101111110110000110001010100101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82BF; }

 p { color: rgb(250,130,191); }

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

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

 a { background-color: rgb(250,130,191); }

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

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

 span { border-color: rgb(250,130,191); }

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