#FA7DC4

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

Shades of Tea Rose #FA7DC4

Tints of Tea Rose #FA7DC4

Color information

#FA7DC4 (or 0xFA7DC4) is unknown color: approx Tea Rose. HEX triplet: FA, 7D and C4. RGB value is (250,125,196). Sum of RGB (Red+Green+Blue) = 250+125+196=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DC4 is #05823B. Grayscale: #AAAAAA. Windows color (decimal): -361020 or 12877306. OLE color: 12877306.

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

Color convert

RGB250125196-
CMYK00.500.220.02
HSL325.92º92.59%73.53%-
HSV(B)325.92º50%98.04%-
XYZ56.7238.9856.76-
YUV170.47142.41184.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=43.78%
G=21.89%
B=34.33%

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
Decimal25012519600.500.220.02325.9292.5973.53
HexFA7DC40321621465d4a
Octal372175304062262506135112
Binary111110101111101110001000110010101101010100011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DC4; }

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

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

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

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

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

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

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

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