#F6A9B1

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

Shades of Light Pink #F6A9B1

Tints of Light Pink #F6A9B1

Color information

#F6A9B1 (or 0xF6A9B1) is unknown color: approx Light Pink. HEX triplet: F6, A9 and B1. RGB value is (246,169,177). Sum of RGB (Red+Green+Blue) = 246+169+177=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A9B1 is #09564E. Grayscale: #C0C0C0. Windows color (decimal): -611919 or 11643382. OLE color: 11643382.

HSL color Cylindrical-coordinate representation of color #F6A9B1: hue angle of 353.77º 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 #F6A9B1 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246169177-
CMYK00.310.280.04
HSL353.77º81.05%81.37%-
HSV(B)353.77º31.3%96.47%-
XYZ60.1351.1448.3-
YUV192.94119.01165.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=41.55%
G=28.55%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616917700.310.280.04353.7781.0581.37
HexF6A9B101F1C41625151
Octal366251261037344542121121
Binary1111011010101001101100010111111110010010110001010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A9B1; }

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

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

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

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

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

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

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

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