#F6BABF

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

Shades of Azalea #F6BABF

Tints of Azalea #F6BABF

Color information

#F6BABF (or 0xF6BABF) is unknown color: approx Azalea. HEX triplet: F6, BA and BF. RGB value is (246,186,191). Sum of RGB (Red+Green+Blue) = 246+186+191=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BABF is #094540. Grayscale: #CCCCCC. Windows color (decimal): -607553 or 12565238. OLE color: 12565238.

HSL color Cylindrical-coordinate representation of color #F6BABF: hue angle of 355º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BABF is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246186191-
CMYK00.240.220.04
HSL355º76.92%84.71%-
HSV(B)355º24.39%96.47%-
XYZ64.9758.4757.15-
YUV204.51120.38157.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 191 (75% from 255) = 30.66%
R=39.49%
G=29.86%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618619100.240.220.0435576.9284.71
HexF6BABF0181641634d55
Octal366272277030264543115125
Binary1111011010111010101111110110001011010010110001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BABF; }

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

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

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

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

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

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

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

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