#F1BABB

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

Shades of Azalea #F1BABB

Tints of Azalea #F1BABB

Color information

#F1BABB (or 0xF1BABB) is unknown color: approx Azalea. HEX triplet: F1, BA and BB. RGB value is (241,186,187). Sum of RGB (Red+Green+Blue) = 241+186+187=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BABB is #0E4544. Grayscale: #CACACA. Windows color (decimal): -935237 or 12303089. OLE color: 12303089.

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

Color convert

RGB241186187-
CMYK00.230.220.05
HSL358.91º66.27%83.73%-
HSV(B)358.91º22.82%94.51%-
XYZ62.857.4154.78-
YUV202.56119.22155.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=39.25%
G=30.29%
B=30.46%

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
Decimal24118618700.230.220.05358.9166.2783.73
HexF1BABB0171651674254
Octal361272273027265547102124
Binary1111000110111010101110110101111011010110110011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BABB; }

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

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

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

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

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

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

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

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