#F5BDA5

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

Shades of Mandys Pink #F5BDA5

Tints of Mandys Pink #F5BDA5

Color information

#F5BDA5 (or 0xF5BDA5) is unknown color: approx Mandys Pink. HEX triplet: F5, BD and A5. RGB value is (245,189,165). Sum of RGB (Red+Green+Blue) = 245+189+165=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BDA5 is #0A425A. Grayscale: #CBCBCB. Windows color (decimal): -672347 or 10862069. OLE color: 10862069.

HSL color Cylindrical-coordinate representation of color #F5BDA5: hue angle of 18º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5BDA5 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB245189165-
CMYK00.230.330.04
HSL18º80%80.39%-
HSV(B)18º32.65%96.08%-
XYZ62.6558.5243.59-
YUV203.01106.55157.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 165 (64.84% from 255) = 27.55%
R=40.90%
G=31.55%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518916500.230.330.04188080.39
HexF5BDA5017214125050
Octal36527524502741422120120
Binary1111010110111101101001010101111000011001001010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDA5; }

 p { color: rgb(245,189,165); }

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

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

 a { background-color: rgb(245,189,165); }

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

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

 span { border-color: rgb(245,189,165); }

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