#FA84CB

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

Shades of Tea Rose #FA84CB

Tints of Tea Rose #FA84CB

Color information

#FA84CB (or 0xFA84CB) is unknown color: approx Tea Rose. HEX triplet: FA, 84 and CB. RGB value is (250,132,203). Sum of RGB (Red+Green+Blue) = 250+132+203=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84CB is #057B34. Grayscale: #AFAFAF. Windows color (decimal): -359221 or 13337850. OLE color: 13337850.

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

Color convert

RGB250132203-
CMYK00.470.190.02
HSL323.9º92.19%74.9%-
HSV(B)323.9º47.2%98.04%-
XYZ58.4641.1461.36-
YUV175.38143.59181.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 132 (51.95% from 255) = 22.56%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=42.74%
G=22.56%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013220300.470.190.02323.992.1974.9
HexFA84CB02F1321445c4b
Octal372204313057232504134113
Binary1111101010000100110010110101111100111010100010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84CB; }

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

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

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

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

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

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

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

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