#F6BDCE

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

Shades of Chantilly #F6BDCE

Tints of Chantilly #F6BDCE

Color information

#F6BDCE (or 0xF6BDCE) is unknown color: approx Chantilly. HEX triplet: F6, BD and CE. RGB value is (246,189,206). Sum of RGB (Red+Green+Blue) = 246+189+206=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDCE is #094231. Grayscale: #CFCFCF. Windows color (decimal): -606770 or 13549046. OLE color: 13549046.

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

Color convert

RGB246189206-
CMYK00.230.160.04
HSL342.11º76%85.29%-
HSV(B)342.11º23.17%96.47%-
XYZ67.3460.4466.51-
YUV207.98126.88155.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=38.38%
G=29.49%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618920600.230.160.04342.117685.29
HexF6BDCE0171041564c55
Octal366275316027204526114125
Binary1111011010111101110011100101111000010010101011010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDCE; }

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

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

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

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

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

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

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

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