#F1B9BE

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

Shades of Azalea #F1B9BE

Tints of Azalea #F1B9BE

Color information

#F1B9BE (or 0xF1B9BE) is unknown color: approx Azalea. HEX triplet: F1, B9 and BE. RGB value is (241,185,190). Sum of RGB (Red+Green+Blue) = 241+185+190=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9BE is #0E4641. Grayscale: #CACACA. Windows color (decimal): -935490 or 12499441. OLE color: 12499441.

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

Color convert

RGB241185190-
CMYK00.230.210.05
HSL354.64º66.67%83.53%-
HSV(B)354.64º23.24%94.51%-
XYZ62.9257.1256.42-
YUV202.31121.05155.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=39.12%
G=30.03%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118519000.230.210.05354.6466.6783.53
HexF1B9BE0171551634354
Octal361271276027255543103124
Binary1111000110111001101111100101111010110110110001110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9BE; }

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

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

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

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

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

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

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

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