#F1BAC7

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

Shades of Chantilly #F1BAC7

Tints of Chantilly #F1BAC7

Color information

#F1BAC7 (or 0xF1BAC7) is unknown color: approx Chantilly. HEX triplet: F1, BA and C7. RGB value is (241,186,199). Sum of RGB (Red+Green+Blue) = 241+186+199=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC7 is #0E4538. Grayscale: #CBCBCB. Windows color (decimal): -935225 or 13089521. OLE color: 13089521.

HSL color Cylindrical-coordinate representation of color #F1BAC7: hue angle of 345.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BAC7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241186199-
CMYK00.230.170.05
HSL345.82º66.27%83.73%-
HSV(B)345.82º22.82%94.51%-
XYZ64.1457.9461.84-
YUV203.93125.22154.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=38.50%
G=29.71%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118619900.230.170.05345.8266.2783.73
HexF1BAC701711515a4254
Octal361272307027215532102124
Binary1111000110111010110001110101111000110110101101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAC7; }

 p { color: rgb(241,186,199); }

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

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

 a { background-color: rgb(241,186,199); }

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

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

 span { border-color: rgb(241,186,199); }

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