#fa95c5

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

Shades of Tea Rose #FA95C5

Tints of Tea Rose #FA95C5

Color information

#FA95C5 (or 0xFA95C5) is unknown color: approx Tea Rose. HEX triplet: FA, 95 and C5. RGB value is (250,149,197). Sum of RGB (Red+Green+Blue) = 250+149+197=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95C5 is #056A3A. Grayscale: #B8B8B8. Windows color (decimal): -354875 or 12948986. OLE color: 12948986.

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

Color convert

RGB250149197-
CMYK00.400.210.02
HSL331.49º90.99%78.24%-
HSV(B)331.49º40.4%98.04%-
XYZ60.2545.8558.5-
YUV184.67134.96174.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=41.95%
G=25%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014919700.400.210.02331.4990.9978.24
HexFA95C502815214b5b4e
Octal372225305050252513133116
Binary1111101010010101110001010101000101011010100101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa95c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa95c5; }

 p { color: rgb(250,149,197); }

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

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

 a { background-color: rgb(250,149,197); }

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

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

 span { border-color: rgb(250,149,197); }

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