#FA95CD

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

Shades of Tea Rose #FA95CD

Tints of Tea Rose #FA95CD

Color information

#FA95CD (or 0xFA95CD) is unknown color: approx Tea Rose. HEX triplet: FA, 95 and CD. RGB value is (250,149,205). Sum of RGB (Red+Green+Blue) = 250+149+205=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95CD is #056A32. Grayscale: #B9B9B9. Windows color (decimal): -354867 or 13473274. OLE color: 13473274.

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

Color convert

RGB250149205-
CMYK00.400.180.02
HSL326.73º90.99%78.24%-
HSV(B)326.73º40.4%98.04%-
XYZ61.1946.2363.46-
YUV185.58138.96173.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=41.39%
G=24.67%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014920500.400.180.02326.7390.9978.24
HexFA95CD0281221475b4e
Octal372225315050222507133116
Binary1111101010010101110011010101000100101010100011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95CD; }

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

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

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

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

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

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

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

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