#F2BD9C

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

Shades of Mandys Pink #F2BD9C

Tints of Mandys Pink #F2BD9C

Color information

#F2BD9C (or 0xF2BD9C) is unknown color: approx Mandys Pink. HEX triplet: F2, BD and 9C. RGB value is (242,189,156). Sum of RGB (Red+Green+Blue) = 242+189+156=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BD9C is #0D4263. Grayscale: #C9C9C9. Windows color (decimal): -868964 or 10272242. OLE color: 10272242.

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

Color convert

RGB242189156-
CMYK00.220.360.05
HSL23.02º76.79%78.04%-
HSV(B)23.02º35.54%94.9%-
XYZ60.8257.6739.38-
YUV201.08102.56157.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.23%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 156 (61.33% from 255) = 26.58%
R=41.23%
G=32.20%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218915600.220.360.0523.0276.7978.04
HexF2BD9C016245174d4e
Octal36227523402644527115116
Binary1111001010111101100111000101101001001011011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BD9C; }

 p { color: rgb(242,189,156); }

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

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

 a { background-color: rgb(242,189,156); }

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

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

 span { border-color: rgb(242,189,156); }

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