#F1BAC9

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

Shades of Chantilly #F1BAC9

Tints of Chantilly #F1BAC9

Color information

#F1BAC9 (or 0xF1BAC9) is unknown color: approx Chantilly. HEX triplet: F1, BA and C9. RGB value is (241,186,201). Sum of RGB (Red+Green+Blue) = 241+186+201=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC9 is #0E4536. Grayscale: #CCCCCC. Windows color (decimal): -935223 or 13220593. OLE color: 13220593.

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

Color convert

RGB241186201-
CMYK00.230.170.05
HSL343.64º66.27%83.73%-
HSV(B)343.64º22.82%94.51%-
XYZ64.3858.0463.07-
YUV204.15126.22154.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=38.38%
G=29.62%
B=32.01%

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
Decimal24118620100.230.170.05343.6466.2783.73
HexF1BAC90171151584254
Octal361272311027215530102124
Binary1111000110111010110010010101111000110110101100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAC9; }

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

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

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

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

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

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

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

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