#F0BD9C

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

Shades of Mandys Pink #F0BD9C

Tints of Mandys Pink #F0BD9C

Color information

#F0BD9C (or 0xF0BD9C) is unknown color: approx Mandys Pink. HEX triplet: F0, BD and 9C. RGB value is (240,189,156). Sum of RGB (Red+Green+Blue) = 240+189+156=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD9C is #0F4263. Grayscale: #C8C8C8. Windows color (decimal): -1000036 or 10272240. OLE color: 10272240.

HSL color Cylindrical-coordinate representation of color #F0BD9C: hue angle of 23.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0BD9C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240189156-
CMYK00.210.350.06
HSL23.57º73.68%77.65%-
HSV(B)23.57º35%94.12%-
XYZ60.1357.3239.35-
YUV200.49102.9156.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=41.03%
G=32.31%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018915600.210.350.0623.5773.6877.65
HexF0BD9C015236184a4e
Octal36027523402543630112116
Binary1111000010111101100111000101011000111101100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BD9C; }

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

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

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

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

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

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

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

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