#F6ACB9

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

Shades of Light Pink #F6ACB9

Tints of Light Pink #F6ACB9

Color information

#F6ACB9 (or 0xF6ACB9) is unknown color: approx Light Pink. HEX triplet: F6, AC and B9. RGB value is (246,172,185). Sum of RGB (Red+Green+Blue) = 246+172+185=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACB9 is #095346. Grayscale: #C3C3C3. Windows color (decimal): -611143 or 12168438. OLE color: 12168438.

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

Color convert

RGB246172185-
CMYK00.300.250.04
HSL349.46º80.43%81.96%-
HSV(B)349.46º30.08%96.47%-
XYZ61.5252.652.81-
YUV195.61122.02163.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 185 (72.66% from 255) = 30.68%
R=40.80%
G=28.52%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617218500.300.250.04349.4680.4381.96
HexF6ACB901E19415d5052
Octal366254271036314535120122
Binary1111011010101100101110010111101100110010101110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACB9; }

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

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

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

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

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

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

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

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