#F1BE9A

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

Shades of Mandys Pink #F1BE9A

Tints of Mandys Pink #F1BE9A

Color information

#F1BE9A (or 0xF1BE9A) is unknown color: approx Mandys Pink. HEX triplet: F1, BE and 9A. RGB value is (241,190,154). Sum of RGB (Red+Green+Blue) = 241+190+154=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BE9A is #0E4165. Grayscale: #C9C9C9. Windows color (decimal): -934246 or 10141425. OLE color: 10141425.

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

Color convert

RGB241190154-
CMYK00.210.360.05
HSL24.83º75.65%77.45%-
HSV(B)24.83º36.1%94.51%-
XYZ60.5257.8638.55-
YUV201.14101.4156.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=41.20%
G=32.48%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119015400.210.360.0524.8375.6577.45
HexF1BE9A015245194c4d
Octal36127623202544531114115
Binary1111000110111110100110100101011001001011100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE9A; }

 p { color: rgb(241,190,154); }

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

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

 a { background-color: rgb(241,190,154); }

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

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

 span { border-color: rgb(241,190,154); }

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