#FA83C3

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

Shades of Tea Rose #FA83C3

Tints of Tea Rose #FA83C3

Color information

#FA83C3 (or 0xFA83C3) is unknown color: approx Tea Rose. HEX triplet: FA, 83 and C3. RGB value is (250,131,195). Sum of RGB (Red+Green+Blue) = 250+131+195=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83C3 is #057C3C. Grayscale: #ADADAD. Windows color (decimal): -359485 or 12813306. OLE color: 12813306.

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

Color convert

RGB250131195-
CMYK00.480.220.02
HSL327.73º92.25%74.71%-
HSV(B)327.73º47.6%98.04%-
XYZ57.3940.556.42-
YUV173.88139.92182.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 131 (51.56% from 255) = 22.74%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=43.40%
G=22.74%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013119500.480.220.02327.7392.2574.71
HexFA83C30301621485c4b
Octal372203303060262510134113
Binary1111101010000011110000110110000101101010100100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83C3; }

 p { color: rgb(250,131,195); }

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

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

 a { background-color: rgb(250,131,195); }

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

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

 span { border-color: rgb(250,131,195); }

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