#F6ABB4

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

Shades of Light Pink #F6ABB4

Tints of Light Pink #F6ABB4

Color information

#F6ABB4 (or 0xF6ABB4) is unknown color: approx Light Pink. HEX triplet: F6, AB and B4. RGB value is (246,171,180). Sum of RGB (Red+Green+Blue) = 246+171+180=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABB4 is #09544B. Grayscale: #C2C2C2. Windows color (decimal): -611404 or 11840502. OLE color: 11840502.

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

Color convert

RGB246171180-
CMYK00.300.270.04
HSL352.8º80.65%81.76%-
HSV(B)352.8º30.49%96.47%-
XYZ60.8152.0150.01-
YUV194.45119.85164.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=41.21%
G=28.64%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617118000.300.270.04352.880.6581.76
HexF6ABB401E1B41615152
Octal366253264036334541121122
Binary1111011010101011101101000111101101110010110000110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABB4; }

 p { color: rgb(246,171,180); }

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

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

 a { background-color: rgb(246,171,180); }

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

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

 span { border-color: rgb(246,171,180); }

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