#F6BFCF

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

Shades of Chantilly #F6BFCF

Tints of Chantilly #F6BFCF

Color information

#F6BFCF (or 0xF6BFCF) is unknown color: approx Chantilly. HEX triplet: F6, BF and CF. RGB value is (246,191,207). Sum of RGB (Red+Green+Blue) = 246+191+207=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFCF is #094030. Grayscale: #D1D1D1. Windows color (decimal): -606257 or 13615094. OLE color: 13615094.

HSL color Cylindrical-coordinate representation of color #F6BFCF: hue angle of 342.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFCF is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246191207-
CMYK00.220.160.04
HSL342.55º75.34%85.69%-
HSV(B)342.55º22.36%96.47%-
XYZ67.961.3667.3-
YUV209.27126.72154.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.20%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=38.20%
G=29.66%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619120700.220.160.04342.5575.3485.69
HexF6BFCF0161041574b56
Octal366277317026204527113126
Binary1111011010111111110011110101101000010010101011110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFCF; }

 p { color: rgb(246,191,207); }

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

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

 a { background-color: rgb(246,191,207); }

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

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

 span { border-color: rgb(246,191,207); }

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