#F6BDBE

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

Shades of Azalea #F6BDBE

Tints of Azalea #F6BDBE

Color information

#F6BDBE (or 0xF6BDBE) is unknown color: approx Azalea. HEX triplet: F6, BD and BE. RGB value is (246,189,190). Sum of RGB (Red+Green+Blue) = 246+189+190=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDBE is #094241. Grayscale: #CECECE. Windows color (decimal): -606786 or 12500470. OLE color: 12500470.

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

Color convert

RGB246189190-
CMYK00.230.230.04
HSL358.95º76%85.29%-
HSV(B)358.95º23.17%96.47%-
XYZ65.559.7156.79-
YUV206.16118.88156.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.36%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=39.36%
G=30.24%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618919000.230.230.04358.957685.29
HexF6BDBE0171741674c55
Octal366275276027274547114125
Binary1111011010111101101111100101111011110010110011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDBE; }

 p { color: rgb(246,189,190); }

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

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

 a { background-color: rgb(246,189,190); }

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

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

 span { border-color: rgb(246,189,190); }

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