#F1BAC3

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

Shades of Chantilly #F1BAC3

Tints of Chantilly #F1BAC3

Color information

#F1BAC3 (or 0xF1BAC3) is unknown color: approx Chantilly. HEX triplet: F1, BA and C3. RGB value is (241,186,195). Sum of RGB (Red+Green+Blue) = 241+186+195=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC3 is #0E453C. Grayscale: #CBCBCB. Windows color (decimal): -935229 or 12827377. OLE color: 12827377.

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

Color convert

RGB241186195-
CMYK00.230.190.05
HSL350.18º66.27%83.73%-
HSV(B)350.18º22.82%94.51%-
XYZ63.6857.7659.42-
YUV203.47123.22154.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 195 (76.56% from 255) = 31.35%
R=38.75%
G=29.90%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118619500.230.190.05350.1866.2783.73
HexF1BAC301713515e4254
Octal361272303027235536102124
Binary1111000110111010110000110101111001110110101111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAC3; }

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

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

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

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

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

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

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

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