#F3BD9C

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

Shades of Mandys Pink #F3BD9C

Tints of Mandys Pink #F3BD9C

Color information

#F3BD9C (or 0xF3BD9C) is unknown color: approx Mandys Pink. HEX triplet: F3, BD and 9C. RGB value is (243,189,156). Sum of RGB (Red+Green+Blue) = 243+189+156=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BD9C is #0C4263. Grayscale: #C9C9C9. Windows color (decimal): -803428 or 10272243. OLE color: 10272243.

HSL color Cylindrical-coordinate representation of color #F3BD9C: hue angle of 22.76º degrees, saturation: 0.78, 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 #F3BD9C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB243189156-
CMYK00.220.360.05
HSL22.76º78.38%78.24%-
HSV(B)22.76º35.8%95.29%-
XYZ61.1657.8539.4-
YUV201.38102.39157.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.33%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 156 (61.33% from 255) = 26.53%
R=41.33%
G=32.14%
B=26.53%

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
Decimal24318915600.220.360.0522.7678.3878.24
HexF3BD9C016245174e4e
Octal36327523402644527116116
Binary1111001110111101100111000101101001001011011110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD9C; }

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

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

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

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

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

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

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

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