#F1BAC2

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

Shades of Azalea #F1BAC2

Tints of Azalea #F1BAC2

Color information

#F1BAC2 (or 0xF1BAC2) is unknown color: approx Azalea. HEX triplet: F1, BA and C2. RGB value is (241,186,194). Sum of RGB (Red+Green+Blue) = 241+186+194=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC2 is #0E453D. Grayscale: #CBCBCB. Windows color (decimal): -935230 or 12761841. OLE color: 12761841.

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

Color convert

RGB241186194-
CMYK00.230.200.05
HSL351.27º66.27%83.73%-
HSV(B)351.27º22.82%94.51%-
XYZ63.5757.7158.83-
YUV203.36122.72154.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=38.81%
G=29.95%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118619400.230.200.05351.2766.2783.73
HexF1BAC201714515f4254
Octal361272302027245537102124
Binary1111000110111010110000100101111010010110101111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAC2; }

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

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

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

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

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

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

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

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