#F2BA9D

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

Shades of Mandys Pink #F2BA9D

Tints of Mandys Pink #F2BA9D

Color information

#F2BA9D (or 0xF2BA9D) is unknown color: approx Mandys Pink. HEX triplet: F2, BA and 9D. RGB value is (242,186,157). Sum of RGB (Red+Green+Blue) = 242+186+157=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA9D is #0D4562. Grayscale: #C7C7C7. Windows color (decimal): -869731 or 10337010. OLE color: 10337010.

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

Color convert

RGB242186157-
CMYK00.230.350.05
HSL20.47º76.58%78.24%-
HSV(B)20.47º35.12%94.9%-
XYZ60.2656.4339.61-
YUV199.44104.05158.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=41.37%
G=31.79%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218615700.230.350.0520.4776.5878.24
HexF2BA9D017235144d4e
Octal36227223502743524115116
Binary1111001010111010100111010101111000111011010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BA9D; }

 p { color: rgb(242,186,157); }

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

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

 a { background-color: rgb(242,186,157); }

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

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

 span { border-color: rgb(242,186,157); }

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