#F6BACE

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

Shades of Chantilly #F6BACE

Tints of Chantilly #F6BACE

Color information

#F6BACE (or 0xF6BACE) is unknown color: approx Chantilly. HEX triplet: F6, BA and CE. RGB value is (246,186,206). Sum of RGB (Red+Green+Blue) = 246+186+206=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BACE is #094531. Grayscale: #CECECE. Windows color (decimal): -607538 or 13548278. OLE color: 13548278.

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

Color convert

RGB246186206-
CMYK00.240.160.04
HSL340º76.92%84.71%-
HSV(B)340º24.39%96.47%-
XYZ66.7159.1766.3-
YUV206.22127.88156.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=38.56%
G=29.15%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618620600.240.160.0434076.9284.71
HexF6BACE0181041544d55
Octal366272316030204524115125
Binary1111011010111010110011100110001000010010101010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BACE; }

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

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

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

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

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

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

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

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