#F6BDC0

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

Shades of Azalea #F6BDC0

Tints of Azalea #F6BDC0

Color information

#F6BDC0 (or 0xF6BDC0) is unknown color: approx Azalea. HEX triplet: F6, BD and C0. RGB value is (246,189,192). Sum of RGB (Red+Green+Blue) = 246+189+192=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC0 is #09423F. Grayscale: #CECECE. Windows color (decimal): -606784 or 12631542. OLE color: 12631542.

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

Color convert

RGB246189192-
CMYK00.230.220.04
HSL356.84º76%85.29%-
HSV(B)356.84º23.17%96.47%-
XYZ65.7259.7957.95-
YUV206.39119.88156.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.23%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=39.23%
G=30.14%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618919200.230.220.04356.847685.29
HexF6BDC00171641654c55
Octal366275300027264545114125
Binary1111011010111101110000000101111011010010110010110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDC0; }

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

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

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

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

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

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

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

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