#FA9A99

Color #FA9A99 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #FA9A99

Tints of Sweet Pink #FA9A99

Color information

#FA9A99 (or 0xFA9A99) is unknown color: approx Sweet Pink. HEX triplet: FA, 9A and 99. RGB value is (250,154,153). Sum of RGB (Red+Green+Blue) = 250+154+153=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9A99 is #056566. Grayscale: #B6B6B6. Windows color (decimal): -353639 or 10066682. OLE color: 10066682.

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

Color convert

RGB250154153-
CMYK00.380.390.02
HSL0.62º90.65%79.02%-
HSV(B)0.62º38.8%98.04%-
XYZ56.7345.7435.97-
YUV182.59111.3176.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=44.88%
G=27.65%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015415300.380.390.020.6290.6579.02
HexFA9A9902627215b4f
Octal3722322310464721133117
Binary111110101001101010011001010011010011110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9A99; }

 p { color: rgb(250,154,153); }

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

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

 a { background-color: rgb(250,154,153); }

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

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

 span { border-color: rgb(250,154,153); }

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