#F6A9B3

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

Shades of Light Pink #F6A9B3

Tints of Light Pink #F6A9B3

Color information

#F6A9B3 (or 0xF6A9B3) is unknown color: approx Light Pink. HEX triplet: F6, A9 and B3. RGB value is (246,169,179). Sum of RGB (Red+Green+Blue) = 246+169+179=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9B3 is #09564C. Grayscale: #C1C1C1. Windows color (decimal): -611917 or 11774454. OLE color: 11774454.

HSL color Cylindrical-coordinate representation of color #F6A9B3: hue angle of 352.21º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9B3 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB246169179-
CMYK00.310.270.04
HSL352.21º81.05%81.37%-
HSV(B)352.21º31.3%96.47%-
XYZ60.3351.2249.36-
YUV193.16120.01165.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=41.41%
G=28.45%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616917900.310.270.04352.2181.0581.37
HexF6A9B301F1B41605151
Octal366251263037334540121121
Binary1111011010101001101100110111111101110010110000010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A9B3; }

 p { color: rgb(246,169,179); }

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

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

 a { background-color: rgb(246,169,179); }

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

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

 span { border-color: rgb(246,169,179); }

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