#F1B68E

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

Shades of Mandys Pink #F1B68E

Tints of Mandys Pink #F1B68E

Color information

#F1B68E (or 0xF1B68E) is unknown color: approx Mandys Pink. HEX triplet: F1, B6 and 8E. RGB value is (241,182,142). Sum of RGB (Red+Green+Blue) = 241+182+142=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B68E is #0E4971. Grayscale: #C3C3C3. Windows color (decimal): -936306 or 9352945. OLE color: 9352945.

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

Color convert

RGB241182142-
CMYK00.240.410.05
HSL24.24º77.95%75.1%-
HSV(B)24.24º41.08%94.51%-
XYZ57.8954.1132.98-
YUV195.0898.05160.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 182 (71.48% from 255) = 32.21%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=42.65%
G=32.21%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118214200.240.410.0524.2477.9575.1
HexF1B68E018295184e4b
Octal36126621603051530116113
Binary1111000110110110100011100110001010011011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B68E; }

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

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

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

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

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

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

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

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