#F1B9BB

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

Shades of Azalea #F1B9BB

Tints of Azalea #F1B9BB

Color information

#F1B9BB (or 0xF1B9BB) is unknown color: approx Azalea. HEX triplet: F1, B9 and BB. RGB value is (241,185,187). Sum of RGB (Red+Green+Blue) = 241+185+187=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9BB is #0E4644. Grayscale: #CACACA. Windows color (decimal): -935493 or 12302833. OLE color: 12302833.

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

Color convert

RGB241185187-
CMYK00.230.220.05
HSL357.86º66.67%83.53%-
HSV(B)357.86º23.24%94.51%-
XYZ62.5956.9954.71-
YUV201.97119.55155.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=39.31%
G=30.18%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118518700.230.220.05357.8666.6783.53
HexF1B9BB0171651664354
Octal361271273027265546103124
Binary1111000110111001101110110101111011010110110011010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9BB; }

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

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

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

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

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

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

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

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