#F6BDC5

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

Shades of Azalea #F6BDC5

Tints of Azalea #F6BDC5

Color information

#F6BDC5 (or 0xF6BDC5) is unknown color: approx Azalea. HEX triplet: F6, BD and C5. RGB value is (246,189,197). Sum of RGB (Red+Green+Blue) = 246+189+197=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC5 is #09423A. Grayscale: #CECECE. Windows color (decimal): -606779 or 12959222. OLE color: 12959222.

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

Color convert

RGB246189197-
CMYK00.230.200.04
HSL351.58º76%85.29%-
HSV(B)351.58º23.17%96.47%-
XYZ66.2860.0260.91-
YUV206.96122.38155.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.92%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 197 (77.34% from 255) = 31.17%
R=38.92%
G=29.91%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618919700.230.200.04351.587685.29
HexF6BDC50171441604c55
Octal366275305027244540114125
Binary1111011010111101110001010101111010010010110000010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDC5; }

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

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

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

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

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

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

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

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