#FA83C2

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

Shades of Tea Rose #FA83C2

Tints of Tea Rose #FA83C2

Color information

#FA83C2 (or 0xFA83C2) is unknown color: approx Tea Rose. HEX triplet: FA, 83 and C2. RGB value is (250,131,194). Sum of RGB (Red+Green+Blue) = 250+131+194=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83C2 is #057C3D. Grayscale: #ADADAD. Windows color (decimal): -359486 or 12747770. OLE color: 12747770.

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

Color convert

RGB250131194-
CMYK00.480.220.02
HSL328.24º92.25%74.71%-
HSV(B)328.24º47.6%98.04%-
XYZ57.2840.4555.83-
YUV173.76139.42182.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 131 (51.56% from 255) = 22.78%
BLUE value IS 194 (76.17% from 255) = 33.74%
R=43.48%
G=22.78%
B=33.74%

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
Decimal25013119400.480.220.02328.2492.2574.71
HexFA83C20301621485c4b
Octal372203302060262510134113
Binary1111101010000011110000100110000101101010100100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83C2; }

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

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

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

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

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

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

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

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