#F7BCCE

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

Shades of Chantilly #F7BCCE

Tints of Chantilly #F7BCCE

Color information

#F7BCCE (or 0xF7BCCE) is unknown color: approx Chantilly. HEX triplet: F7, BC and CE. RGB value is (247,188,206). Sum of RGB (Red+Green+Blue) = 247+188+206=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCCE is #084331. Grayscale: #CFCFCF. Windows color (decimal): -541490 or 13548791. OLE color: 13548791.

HSL color Cylindrical-coordinate representation of color #F7BCCE: hue angle of 341.69º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCCE is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247188206-
CMYK00.240.170.03
HSL341.69º78.67%85.29%-
HSV(B)341.69º23.89%96.86%-
XYZ67.4860.266.46-
YUV207.69127.05156.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=38.53%
G=29.33%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718820600.240.170.03341.6978.6785.29
HexF7BCCE0181131564f55
Octal367274316030213526117125
Binary111101111011110011001110011000100011110101011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCCE; }

 p { color: rgb(247,188,206); }

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

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

 a { background-color: rgb(247,188,206); }

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

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

 span { border-color: rgb(247,188,206); }

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