#F6BBC8

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

Shades of Chantilly #F6BBC8

Tints of Chantilly #F6BBC8

Color information

#F6BBC8 (or 0xF6BBC8) is unknown color: approx Chantilly. HEX triplet: F6, BB and C8. RGB value is (246,187,200). Sum of RGB (Red+Green+Blue) = 246+187+200=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBC8 is #094437. Grayscale: #CECECE. Windows color (decimal): -607288 or 13155318. OLE color: 13155318.

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

Color convert

RGB246187200-
CMYK00.240.190.04
HSL346.78º76.62%84.9%-
HSV(B)346.78º23.98%96.47%-
XYZ66.259.362.6-
YUV206.12124.55156.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=38.86%
G=29.54%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618720000.240.190.04346.7876.6284.9
HexF6BBC801813415b4d55
Octal366273310030234533115125
Binary1111011010111011110010000110001001110010101101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBC8; }

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

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

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

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

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

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

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

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