#F0A096

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

Shades of Sweet Pink #F0A096

Tints of Sweet Pink #F0A096

Color information

#F0A096 (or 0xF0A096) is unknown color: approx Sweet Pink. HEX triplet: F0, A0 and 96. RGB value is (240,160,150). Sum of RGB (Red+Green+Blue) = 240+160+150=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A096 is #0F5F69. Grayscale: #B6B6B6. Windows color (decimal): -1007466 or 9871600. OLE color: 9871600.

HSL color Cylindrical-coordinate representation of color #F0A096: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A096 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240160150-
CMYK00.330.370.06
HSL6.67º75%76.47%-
HSV(B)6.67º37.5%94.12%-
XYZ54.0145.8734.86-
YUV182.78109.5168.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=43.64%
G=29.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016015000.330.370.066.677576.47
HexF0A09602125674b4c
Octal3602402260414567113114
Binary111100001010000010010110010000110010111011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A096; }

 p { color: rgb(240,160,150); }

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

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

 a { background-color: rgb(240,160,150); }

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

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

 span { border-color: rgb(240,160,150); }

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