#FA94CC

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

Shades of Tea Rose #FA94CC

Tints of Tea Rose #FA94CC

Color information

#FA94CC (or 0xFA94CC) is unknown color: approx Tea Rose. HEX triplet: FA, 94 and CC. RGB value is (250,148,204). Sum of RGB (Red+Green+Blue) = 250+148+204=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94CC is #056B33. Grayscale: #B8B8B8. Windows color (decimal): -355124 or 13407482. OLE color: 13407482.

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

Color convert

RGB250148204-
CMYK00.410.180.02
HSL327.06º91.07%78.04%-
HSV(B)327.06º40.8%98.04%-
XYZ60.9145.8662.77-
YUV184.88138.79174.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 148 (58.20% from 255) = 24.58%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=41.53%
G=24.58%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014820400.410.180.02327.0691.0778.04
HexFA94CC0291221475b4e
Octal372224314051222507133116
Binary1111101010010100110011000101001100101010100011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA94CC; }

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

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

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

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

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

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

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

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