#F6BACD

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

Shades of Chantilly #F6BACD

Tints of Chantilly #F6BACD

Color information

#F6BACD (or 0xF6BACD) is unknown color: approx Chantilly. HEX triplet: F6, BA and CD. RGB value is (246,186,205). Sum of RGB (Red+Green+Blue) = 246+186+205=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BACD is #094532. Grayscale: #CECECE. Windows color (decimal): -607539 or 13482742. OLE color: 13482742.

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

Color convert

RGB246186205-
CMYK00.240.170.04
HSL341º76.92%84.71%-
HSV(B)341º24.39%96.47%-
XYZ66.5859.1265.66-
YUV206.11127.38156.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=38.62%
G=29.20%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618620500.240.170.0434176.9284.71
HexF6BACD0181141554d55
Octal366272315030214525115125
Binary1111011010111010110011010110001000110010101010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BACD; }

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

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

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

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

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

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

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

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