#F1BABE

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

Shades of Azalea #F1BABE

Tints of Azalea #F1BABE

Color information

#F1BABE (or 0xF1BABE) is unknown color: approx Azalea. HEX triplet: F1, BA and BE. RGB value is (241,186,190). Sum of RGB (Red+Green+Blue) = 241+186+190=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BABE is #0E4541. Grayscale: #CACACA. Windows color (decimal): -935234 or 12499697. OLE color: 12499697.

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

Color convert

RGB241186190-
CMYK00.230.210.05
HSL355.64º66.27%83.73%-
HSV(B)355.64º22.82%94.51%-
XYZ63.1357.5456.49-
YUV202.9120.72155.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=39.06%
G=30.15%
B=30.79%

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
Decimal24118619000.230.210.05355.6466.2783.73
HexF1BABE0171551644254
Octal361272276027255544102124
Binary1111000110111010101111100101111010110110110010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BABE; }

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

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

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

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

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

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

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

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