#F6BBCD

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

Shades of Chantilly #F6BBCD

Tints of Chantilly #F6BBCD

Color information

#F6BBCD (or 0xF6BBCD) is unknown color: approx Chantilly. HEX triplet: F6, BB and CD. RGB value is (246,187,205). Sum of RGB (Red+Green+Blue) = 246+187+205=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBCD is #094432. Grayscale: #CECECE. Windows color (decimal): -607283 or 13482998. OLE color: 13482998.

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

Color convert

RGB246187205-
CMYK00.240.170.04
HSL341.69º76.62%84.9%-
HSV(B)341.69º23.98%96.47%-
XYZ66.859.5465.73-
YUV206.69127.05156.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=38.56%
G=29.31%
B=32.13%

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
Decimal24618720500.240.170.04341.6976.6284.9
HexF6BBCD0181141564d55
Octal366273315030214526115125
Binary1111011010111011110011010110001000110010101011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBCD; }

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

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

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

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

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

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

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

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