#F1B694

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

Shades of Mandys Pink #F1B694

Tints of Mandys Pink #F1B694

Color information

#F1B694 (or 0xF1B694) is unknown color: approx Mandys Pink. HEX triplet: F1, B6 and 94. RGB value is (241,182,148). Sum of RGB (Red+Green+Blue) = 241+182+148=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B694 is #0E496B. Grayscale: #C3C3C3. Windows color (decimal): -936300 or 9746161. OLE color: 9746161.

HSL color Cylindrical-coordinate representation of color #F1B694: hue angle of 21.94º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1B694 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241182148-
CMYK00.240.390.05
HSL21.94º76.86%76.27%-
HSV(B)21.94º38.59%94.51%-
XYZ58.3554.2935.42-
YUV195.76101.05160.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=42.21%
G=31.87%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118214800.240.390.0521.9476.8676.27
HexF1B694018275164d4c
Octal36126622403047526115114
Binary1111000110110110100101000110001001111011011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B694; }

 p { color: rgb(241,182,148); }

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

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

 a { background-color: rgb(241,182,148); }

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

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

 span { border-color: rgb(241,182,148); }

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