#FA95CC

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

Shades of Tea Rose #FA95CC

Tints of Tea Rose #FA95CC

Color information

#FA95CC (or 0xFA95CC) is unknown color: approx Tea Rose. HEX triplet: FA, 95 and CC. RGB value is (250,149,204). Sum of RGB (Red+Green+Blue) = 250+149+204=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95CC is #056A33. Grayscale: #B9B9B9. Windows color (decimal): -354868 or 13407738. OLE color: 13407738.

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

Color convert

RGB250149204-
CMYK00.400.180.02
HSL327.33º90.99%78.24%-
HSV(B)327.33º40.4%98.04%-
XYZ61.0746.1862.82-
YUV185.47138.46174.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=41.46%
G=24.71%
B=33.83%

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
Decimal25014920400.400.180.02327.3390.9978.24
HexFA95CC0281221475b4e
Octal372225314050222507133116
Binary1111101010010101110011000101000100101010100011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95CC; }

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

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

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

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

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

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

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

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