#FA7DC3

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

Shades of Tea Rose #FA7DC3

Tints of Tea Rose #FA7DC3

Color information

#FA7DC3 (or 0xFA7DC3) is unknown color: approx Tea Rose. HEX triplet: FA, 7D and C3. RGB value is (250,125,195). Sum of RGB (Red+Green+Blue) = 250+125+195=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DC3 is #05823C. Grayscale: #AAAAAA. Windows color (decimal): -361021 or 12811770. OLE color: 12811770.

HSL color Cylindrical-coordinate representation of color #FA7DC3: hue angle of 326.4º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DC3 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250125195-
CMYK00.500.220.02
HSL326.4º92.59%73.53%-
HSV(B)326.4º50%98.04%-
XYZ56.6138.9356.16-
YUV170.36141.91184.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=43.86%
G=21.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012519500.500.220.02326.492.5973.53
HexFA7DC30321621465d4a
Octal372175303062262506135112
Binary111110101111101110000110110010101101010100011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DC3; }

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

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

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

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

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

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

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

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