#F2B68E

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

Shades of Mandys Pink #F2B68E

Tints of Mandys Pink #F2B68E

Color information

#F2B68E (or 0xF2B68E) is unknown color: approx Mandys Pink. HEX triplet: F2, B6 and 8E. RGB value is (242,182,142). Sum of RGB (Red+Green+Blue) = 242+182+142=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B68E is #0D4971. Grayscale: #C3C3C3. Windows color (decimal): -870770 or 9352946. OLE color: 9352946.

HSL color Cylindrical-coordinate representation of color #F2B68E: hue angle of 24º degrees, saturation: 0.79, 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 #F2B68E is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242182142-
CMYK00.250.410.05
HSL24º79.37%75.29%-
HSV(B)24º41.32%94.9%-
XYZ58.2354.2933-
YUV195.3897.88161.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=42.76%
G=32.16%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218214200.250.410.052479.3775.29
HexF2B68E019295184f4b
Octal36226621603151530117113
Binary1111001010110110100011100110011010011011100010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B68E; }

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

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

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

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

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

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

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

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