#F6BBCC

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

Shades of Chantilly #F6BBCC

Tints of Chantilly #F6BBCC

Color information

#F6BBCC (or 0xF6BBCC) is unknown color: approx Chantilly. HEX triplet: F6, BB and CC. RGB value is (246,187,204). Sum of RGB (Red+Green+Blue) = 246+187+204=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBCC is #094433. Grayscale: #CECECE. Windows color (decimal): -607284 or 13417462. OLE color: 13417462.

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

Color convert

RGB246187204-
CMYK00.240.170.04
HSL342.71º76.62%84.9%-
HSV(B)342.71º23.98%96.47%-
XYZ66.6859.4965.1-
YUV206.58126.55156.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=38.62%
G=29.36%
B=32.03%

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
Decimal24618720400.240.170.04342.7176.6284.9
HexF6BBCC0181141574d55
Octal366273314030214527115125
Binary1111011010111011110011000110001000110010101011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBCC; }

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

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

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

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

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

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

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

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