#F6BDCF

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

Shades of Chantilly #F6BDCF

Tints of Chantilly #F6BDCF

Color information

#F6BDCF (or 0xF6BDCF) is unknown color: approx Chantilly. HEX triplet: F6, BD and CF. RGB value is (246,189,207). Sum of RGB (Red+Green+Blue) = 246+189+207=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDCF is #094230. Grayscale: #D0D0D0. Windows color (decimal): -606769 or 13614582. OLE color: 13614582.

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

Color convert

RGB246189207-
CMYK00.230.160.04
HSL341.05º76%85.29%-
HSV(B)341.05º23.17%96.47%-
XYZ67.4760.4967.15-
YUV208.1127.38155.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.32%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=38.32%
G=29.44%
B=32.24%

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
Decimal24618920700.230.160.04341.057685.29
HexF6BDCF0171041554c55
Octal366275317027204525114125
Binary1111011010111101110011110101111000010010101010110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDCF; }

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

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

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

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

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

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

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

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