#F5BFA5

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

Shades of Mandys Pink #F5BFA5

Tints of Mandys Pink #F5BFA5

Color information

#F5BFA5 (or 0xF5BFA5) is unknown color: approx Mandys Pink. HEX triplet: F5, BF and A5. RGB value is (245,191,165). Sum of RGB (Red+Green+Blue) = 245+191+165=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BFA5 is #0A405A. Grayscale: #CCCCCC. Windows color (decimal): -671835 or 10862581. OLE color: 10862581.

HSL color Cylindrical-coordinate representation of color #F5BFA5: hue angle of 19.5º 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 #F5BFA5 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB245191165-
CMYK00.220.330.04
HSL19.5º80%80.39%-
HSV(B)19.5º32.65%96.08%-
XYZ63.0859.3943.74-
YUV204.18105.89157.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=40.77%
G=31.78%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519116500.220.330.0419.58080.39
HexF5BFA5016214145050
Octal36527724502641424120120
Binary1111010110111111101001010101101000011001010010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFA5; }

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

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

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

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

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

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

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

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