#F6ACB3

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

Shades of Light Pink #F6ACB3

Tints of Light Pink #F6ACB3

Color information

#F6ACB3 (or 0xF6ACB3) is unknown color: approx Light Pink. HEX triplet: F6, AC and B3. RGB value is (246,172,179). Sum of RGB (Red+Green+Blue) = 246+172+179=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACB3 is #09534C. Grayscale: #C2C2C2. Windows color (decimal): -611149 or 11775222. OLE color: 11775222.

HSL color Cylindrical-coordinate representation of color #F6ACB3: hue angle of 354.32º degrees, saturation: 0.8, 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 #F6ACB3 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB246172179-
CMYK00.300.270.04
HSL354.32º80.43%81.96%-
HSV(B)354.32º30.08%96.47%-
XYZ60.952.3549.54-
YUV194.92119.02164.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=41.21%
G=28.81%
B=29.98%

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
Decimal24617217900.300.270.04354.3280.4381.96
HexF6ACB301E1B41625052
Octal366254263036334542120122
Binary1111011010101100101100110111101101110010110001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACB3; }

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

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

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

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

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

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

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

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