#F1BE94

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

Shades of Mandys Pink #F1BE94

Tints of Mandys Pink #F1BE94

Color information

#F1BE94 (or 0xF1BE94) is unknown color: approx Mandys Pink. HEX triplet: F1, BE and 94. RGB value is (241,190,148). Sum of RGB (Red+Green+Blue) = 241+190+148=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BE94 is #0E416B. Grayscale: #C8C8C8. Windows color (decimal): -934252 or 9748209. OLE color: 9748209.

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

Color convert

RGB241190148-
CMYK00.210.390.05
HSL27.1º76.86%76.27%-
HSV(B)27.1º38.59%94.51%-
XYZ60.0357.6735.98-
YUV200.4698.4156.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 148 (58.20% from 255) = 25.56%
R=41.62%
G=32.82%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119014800.210.390.0527.176.8676.27
HexF1BE940152751b4d4c
Octal36127622402547533115114
Binary1111000110111110100101000101011001111011101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE94; }

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

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

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

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

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

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

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

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