#F6BDC6

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

Shades of Azalea #F6BDC6

Tints of Azalea #F6BDC6

Color information

#F6BDC6 (or 0xF6BDC6) is unknown color: approx Azalea. HEX triplet: F6, BD and C6. RGB value is (246,189,198). Sum of RGB (Red+Green+Blue) = 246+189+198=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC6 is #094239. Grayscale: #CFCFCF. Windows color (decimal): -606778 or 13024758. OLE color: 13024758.

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

Color convert

RGB246189198-
CMYK00.230.200.04
HSL350.53º76%85.29%-
HSV(B)350.53º23.17%96.47%-
XYZ66.460.0761.52-
YUV207.07122.88155.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 198 (77.73% from 255) = 31.28%
R=38.86%
G=29.86%
B=31.28%

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
Decimal24618919800.230.200.04350.537685.29
HexF6BDC601714415f4c55
Octal366275306027244537114125
Binary1111011010111101110001100101111010010010101111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDC6; }

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

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

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

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

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

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

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

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