#F1B995

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

Shades of Mandys Pink #F1B995

Tints of Mandys Pink #F1B995

Color information

#F1B995 (or 0xF1B995) is unknown color: approx Mandys Pink. HEX triplet: F1, B9 and 95. RGB value is (241,185,149). Sum of RGB (Red+Green+Blue) = 241+185+149=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B995 is #0E466A. Grayscale: #C5C5C5. Windows color (decimal): -935531 or 9812465. OLE color: 9812465.

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

Color convert

RGB241185149-
CMYK00.230.380.05
HSL23.48º76.67%76.47%-
HSV(B)23.48º38.17%94.51%-
XYZ59.0555.5736.05-
YUV197.64100.55158.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=41.91%
G=32.17%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118514900.230.380.0523.4876.6776.47
HexF1B995017265174d4c
Octal36127122502746527115114
Binary1111000110111001100101010101111001101011011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B995; }

 p { color: rgb(241,185,149); }

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

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

 a { background-color: rgb(241,185,149); }

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

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

 span { border-color: rgb(241,185,149); }

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