#fa90c6

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

Shades of Tea Rose #FA90C6

Tints of Tea Rose #FA90C6

Color information

#FA90C6 (or 0xFA90C6) is unknown color: approx Tea Rose. HEX triplet: FA, 90 and C6. RGB value is (250,144,198). Sum of RGB (Red+Green+Blue) = 250+144+198=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90C6 is #056F39. Grayscale: #B5B5B5. Windows color (decimal): -356154 or 13013242. OLE color: 13013242.

HSL color Cylindrical-coordinate representation of color #FA90C6: hue angle of 329.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90C6 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250144198-
CMYK00.420.210.02
HSL329.43º91.38%77.25%-
HSV(B)329.43º42.4%98.04%-
XYZ59.5944.3558.85-
YUV181.85137.12176.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 144 (56.64% from 255) = 24.32%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=42.23%
G=24.32%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014419800.420.210.02329.4391.3877.25
HexFA90C602A1521495b4d
Octal372220306052252511133115
Binary1111101010010000110001100101010101011010100100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa90c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa90c6; }

 p { color: rgb(250,144,198); }

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

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

 a { background-color: rgb(250,144,198); }

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

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

 span { border-color: rgb(250,144,198); }

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