#F6B198

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

Shades of Mandys Pink #F6B198

Tints of Mandys Pink #F6B198

Color information

#F6B198 (or 0xF6B198) is unknown color: approx Mandys Pink. HEX triplet: F6, B1 and 98. RGB value is (246,177,152). Sum of RGB (Red+Green+Blue) = 246+177+152=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B198 is #094E67. Grayscale: #C2C2C2. Windows color (decimal): -609896 or 10007030. OLE color: 10007030.

HSL color Cylindrical-coordinate representation of color #F6B198: hue angle of 15.96º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6B198 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246177152-
CMYK00.280.380.04
HSL15.96º83.93%78.04%-
HSV(B)15.96º38.21%96.47%-
XYZ59.453.336.86-
YUV194.78103.86164.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=42.78%
G=30.78%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617715200.280.380.0415.9683.9378.04
HexF6B19801C26410544e
Octal36626123003446420124116
Binary1111011010110001100110000111001001101001000010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B198; }

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

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

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

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

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

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

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

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