#F6B9BA

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

Shades of Azalea #F6B9BA

Tints of Azalea #F6B9BA

Color information

#F6B9BA (or 0xF6B9BA) is unknown color: approx Azalea. HEX triplet: F6, B9 and BA. RGB value is (246,185,186). Sum of RGB (Red+Green+Blue) = 246+185+186=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9BA is #094645. Grayscale: #CBCBCB. Windows color (decimal): -607814 or 12237302. OLE color: 12237302.

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

Color convert

RGB246185186-
CMYK00.250.240.04
HSL359.02º77.22%84.51%-
HSV(B)359.02º24.8%96.47%-
XYZ64.2257.8454.23-
YUV203.35118.21158.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=39.87%
G=29.98%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618518600.250.240.04359.0277.2284.51
HexF6B9BA0191841674d55
Octal366271272031304547115125
Binary1111011010111001101110100110011100010010110011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B9BA; }

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

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

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

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

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

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

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

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