#F1BABF

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

Shades of Azalea #F1BABF

Tints of Azalea #F1BABF

Color information

#F1BABF (or 0xF1BABF) is unknown color: approx Azalea. HEX triplet: F1, BA and BF. RGB value is (241,186,191). Sum of RGB (Red+Green+Blue) = 241+186+191=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BABF is #0E4540. Grayscale: #CBCBCB. Windows color (decimal): -935233 or 12565233. OLE color: 12565233.

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

Color convert

RGB241186191-
CMYK00.230.210.05
HSL354.55º66.27%83.73%-
HSV(B)354.55º22.82%94.51%-
XYZ63.2457.5857.07-
YUV203.02121.22155.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 191 (75% from 255) = 30.91%
R=39.00%
G=30.10%
B=30.91%

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
Decimal24118619100.230.210.05354.5566.2783.73
HexF1BABF0171551634254
Octal361272277027255543102124
Binary1111000110111010101111110101111010110110110001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BABF; }

 p { color: rgb(241,186,191); }

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

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

 a { background-color: rgb(241,186,191); }

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

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

 span { border-color: rgb(241,186,191); }

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